INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '329183e1f9510d35d860808f1e3351ad4812771acf5a816da6ec9e2f808be3b4', 
    'sS0Ji1k9/qebTiE7hdcJNfjrzJt5U/JLgkJ25Xk+K7E=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)