INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4c885800e36ae8c89fc1324a9ac48a80319aee92844edcc342ef3de79589ed54', 
    '9TLNEt/g4EJYP/7Tt8ST/uXKTV+1Xt4mIhbnsxfn/Zg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)