INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c33d8f176e4d8ed87270798ec56a2adc9594c86ddd9cd7badfce227945a4416d', 
    'cW8OHyk2kotW95j1/m0Xg49FEcn9tD5R/bdRe5dDhfg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00054

Result

int(1)