INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a423dc6c879c2d0e9ddc4e9a8f0dbd9889fe1a0c0687a77e402e0642e38fd3ea', 
    'e98teqeO1W9J5RGkfrdbHP9nGbDMZjwE14kfmw+5XH0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)