INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '285ed8aa0fd86054be6a375ebcefdf86ff3f5c6f6f574a9fdfe066636413d407', 
    'MtRLg0ZuluA9plJIqeNbSPVVz10tNvBxPwWd2C4ivL8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)