UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 10213, 
  `added` = 96, 
  `deleted` = 72, 
  `bought` = 50, 
  `total` = 31931 
WHERE 
  product_id IN (
    28004, 28005, 28006, 28007, 28008, 28009, 
    28010, 28011, 28012, 28013, 28014
  )

Query time 0.00779

Result

int(11)