INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1ade6285a39e610b669e0927653b7fbcfc0a917d95f01083c3978d0b5725e574', 
    'exd8rz397p9F8/qPDejtnxJtvLMArQFM7jx04PczLHE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)