INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '32fc95f607dea410625226e874fd60170dd85657b3c9adc5fc70469386a5f0e0', 
    'GeDiwG0ZKmMEro6VDTSAbNSkkLTFf/Zn4vg65or+MTI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)