INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9658b86e90b6d7d91fa007ef424606e813da98dfed4dd121c1e08edbbe45c465', 
    'ksa+ECmSxwtlep6GHVrgUbJJnLH0sT+L8YSZRzgoch4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)