INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8e8c85fb6c7a36c4c3c7f2a7f26c178757f8a9046d0f5cf72083b6222d893240', 
    'UFbY+C44G05IIRO+bYSoFXG7Ti06izi05n2LyVdin7s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)