INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '05b29a343ca44e7a12566d57eeba054c0ca56e56859798580359148630131a2f', 
    'pT3f/mu82LxnglJZSBcxBl6AiUxBnhVLhJftjflee/g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00041

Result

int(1)