SELECT 
  * 
FROM 
  cscart_premoderation_products 
WHERE 
  `product_id` IN (
    '1051', '1052', '1053', '1037', '1046'
  )

Query time 0.00033

JSON explain

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