INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8fce5111f4c8dd2cbcebeef96518716186e7df7683500446ea8eb3b3cd20176f', 
    'jTct/047eF4fqBqqhUyCjGBALsgVRoUsEAbWO9vqLLs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00066

Result

int(1)