INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a85a0aeda266b15ff1fa7f8c384d4729fc59f70e28bf8cbda8e04df188890e8', 
    'N3aSWmVXiCIgeihhANGKk54FLv5tL8tuhB031KaM65g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)