INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c088aeae53a456a662b16c61e57e3e9ac8e86372ed3e0df95eb86abd1d72cf84', 
    '0nyf6/szuGy41YIeuuWciqVlTHNu5unYVLKxmo0kGaY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)