INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f0febbfac4598a90a3b0efe3871090e9d5c120959d230ed5be6f1cd0d4f027f4', 
    'XzEkbLLHpAa+/ryD7tfGhcwe7EPJuUsYxexW6m/+ODg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)