INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e048ef67c071f231939af5115ebf5442c14792f428472b33c3efbe7dd27422b0', 
    'HxXarZR+JC5Uak3J+PhoLOO+pkokS15qcZCaGZPsgBg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)