UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 2366, 
  `added` = 1, 
  `deleted` = 1, 
  `bought` = 0, 
  `total` = 7108 
WHERE 
  product_id IN (
    2945, 20611, 20612, 20613, 20614, 20615
  )

Query time 0.00266

Result

int(6)