INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ff7f128b0ec8c3c08446143b480c1be1a3b865b7d04cc015a95d206def0ec197', 
    'mOFol/eSvs45wSU1xN9jDzswH56ajcmIYsQ1A4FoHQA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)