UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 40999, 
  `added` = 2, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 123004 
WHERE 
  product_id IN (
    5296, 17258, 17260, 17261, 17262, 17263, 
    17264
  )

Query time 0.00225

Result

int(7)