INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1b7c1590eeeb4ce875330f71989a5eaeab8b5ca8a5bb3fbeb94d56f73a9f1081', 
    'ndpovT+uh2lS9ArAyh3NSSEdshoR9SGUv/mYq1GW2OM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)