INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aea7a3397eb2e93eca967715079c69e69145adee6a0f578047b97ed9f7d43825', 
    '8jObTn4459cd6Xs8VSGSGhvofGs2qlzJ7GwxY7bi1gQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)