INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd10f2d141a2b2d664408ce2360301271eaf1c7e7a320d87003b80fe6903dee8d', 
    'KhfiIFJxIMt8xZcl2Km6hoqIgZqiEg1qaeC7v7hwJO4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00081

Result

int(1)