INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '24fe0b673b19125fa10d910a56aeffea3f193419ec5d84a7c3938b56eed745ee', 
    '0beZkBAxSfC8R494XLbesUNUkyjAZdO+F+ekFJ9BIqE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)