INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b1caf930291dfc6c8cc0a46fda055791a2de22e97beef27743e000a98a4957a1', 
    'xLeSf8o4TTAdRewyNOgrNt46EXRbgPMgO5ZLP6YX8LE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)