UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 4081, 
  `added` = 22, 
  `deleted` = 12, 
  `bought` = 3, 
  `total` = 112307 
WHERE 
  product_id IN (
    7004, 7005, 7006, 7007, 7008, 7009, 7010, 
    7011, 7012, 7014, 7015
  )

Query time 0.00066

Result

int(11)