INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4fdce88a7191334950e3c704320e581e2b4e9f6efbf883db8b745729e3b965df', 
    'y5yDTbPsGW8KFHb077o/GltsTV5wlAeOuKEy/d/vW3Q=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)