INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '52de40caceeefcf4ef79daa6005e19709a2565e20c114f37f6391c414ca1b8be', 
    'DD/WNx+eO9lY1mUZh3XUMZJ2oLfJb7sVzUwVSW9GqSs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)