INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dd6c418e5d1bfd6d38b763b2b597916f9c5a0e462445455c345aad833a388f3a', 
    '9DVn0Fp5LOP8TFwK33eEJZZdrDfPuk6c/IX6fZIa7wk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)