INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '54a69423e12a1bc77ef2929eed9db67ac5f4dafce6e7e6414d66fff5c3377f74', 
    'PTVEhJoKA/DgZYd4wFHy1LFSsJffonojwlnDt6bgZJM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)