INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3b1f8fd868376c0adec88f5ead7626c9594ea033bea4c9d1ed03b8ece0d5aef8', 
    'zI+ql+D5oQjDgM6AHLS4wsq5eL7eL7VostMTdbiG3c4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00053

Result

int(1)