INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '38514579fb1f5adcee94bcfd8f41cc8e7079bb033f282ab8e69bd6d0a61e4039', 
    'rCq4SC1cUaGfjbP36ytZw3zKp6hJ3M8sUI3XQT5sqHs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)