INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '71da0f97cf6a6474e31885866b99823ec975a42a944c4a2ecdbc7f2ceeb00641', 
    '4hNaobECjuLFhrtpAHdUT/o9kifo8nM37mx+sRJXtpE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)