SELECT 
  f.feature_id, 
  f.purpose, 
  p.product_id, 
  p.parent_product_id, 
  g.id, 
  g.code 
FROM 
  cscart_product_variation_group_features AS f 
  INNER JOIN cscart_product_variation_groups AS g ON f.group_id = g.id 
  INNER JOIN cscart_product_variation_group_products AS p ON f.group_id = p.group_id 
WHERE 
  p.product_id IN (
    10102, 10643, 10178, 10177, 10606, 10644, 
    10101, 10175, 10100, 15962, 15961, 
    15960, 15959, 10094, 10093, 9813, 10097, 
    9760, 9759, 9934, 9933, 9932, 9931, 
    9936, 9947, 9953, 9952, 10074, 10096, 
    10075, 10602, 10087, 10130, 10603, 
    10135, 10134, 10139, 10138, 10137, 
    10141, 10143, 10142, 12628, 12627, 
    12629, 10095, 10195, 10194, 10193, 
    10190, 10496, 10198, 10202, 10201, 
    10200, 10227, 10226, 10651, 9945, 10642, 
    10601, 9727, 9728, 9729
  )

Query time 0.00042

JSON explain

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