INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e133794c37185837431c47de8af3769f8831cf450ff65e59149368fac119c03e', 
    'bdLqwzR91OEeryF2Zjg292mSOPSGAKJPPBloLabVn6g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)