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

Query time 0.00243

JSON explain

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