UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2007, 
  `added` = 3, 
  `deleted` = 5, 
  `bought` = 2, 
  `total` = 96081 
WHERE 
  product_id IN (35175, 35241)

Query time 0.00890

Result

int(2)