UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 47, 
  `added` = 3, 
  `deleted` = 4, 
  `bought` = 0, 
  `total` = 176 
WHERE 
  product_id IN (
    12537, 12538, 12539, 12540, 12541, 12542, 
    12543, 12544, 12545
  )

Query time 0.00131

Result

int(9)