SELECT 
  * 
FROM 
  cscart_premoderation_products 
WHERE 
  `product_id` IN (
    '1054', '1057', '1061', '1058', '1060', 
    '1056', '1059', '1055', '1063', '1062', 
    '1064'
  )

Query time 0.00035

JSON explain

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