SELECT 
  * 
FROM 
  cscart_premoderation_products 
WHERE 
  `product_id` IN (
    '1163', '1161', '1154', '1141', '1146', 
    '1140', '1162', '1148', '1160', '1147', 
    '1152', '1158'
  )

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}