INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5d5d14fda36674937a4a32f0b40de45d41098c0f792cd3234f9b9f3e2bf51e96', 
    '2rU/fVO82DZJVV5VMN88XMFop4ASH9O/MGz9Lip4euI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)