INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ddd449e340937b6dc93499fb09e3b7d3eeed6740b1b8d91bc1b8d007319b01a2', 
    '87xZubgD7kL/088k72IMebXobiJprRL+Ylr/cgG4VRs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)