INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7f0fb069b747fa5f7600f2813cc6904534f2ad1a279d30704a22154073f18935', 
    'UzGO2ljyvfkw/vvuds4P991ut5aerguxB8wptddakH4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)