UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 11, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 33 
WHERE 
  product_id IN (
    13233, 13234, 13235, 13236, 13237, 13238
  )

Query time 0.00180

Result

int(6)