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

Query time 0.00024

Result

int(1)