INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '54552a88ee5937662242e746c8102c7fb8e7cebc8976125001f25a2487eace2a', 
    'aYqEnR62ulLCuN8Z7lf82stgsWDwsgl7a0fMHIwDnPg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)