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

Query time 0.00044

Result

int(1)