SELECT 
  * 
FROM 
  cscart_premoderation_products 
WHERE 
  `product_id` IN (
    '1013', '1014', '1015', '1024', '1011', 
    '1012', '1023', '1025', '1033', '1027', 
    '1026', '1032'
  )

Query time 0.00036

JSON explain

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