INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1a41c67a0ec00cd12af4d1f6884204f60c10b73e19d75b91ab05f51909d7124e', 
    'WaKfSF5bQAoDJXF7mZaLWPmjZFOcuNDCXrE2C20ltZs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)