INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '18b9ac01466944a6eab804c2b37e41bdfd1b32af441ad727a62e8e03dd01f8f1', 
    'th2tkET5NoshoO0aR+kRsoWAaPEGkp37bM8+wGRWcB8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)