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 (
    10447, 10460, 10400, 10397, 10399, 10403, 
    10402, 10401, 10404, 10356, 10351, 
    10368, 10009, 10012, 10474, 10420, 
    10387, 10354, 10428, 10453, 10471, 
    10365, 10398, 10463, 10406, 10436, 
    10480, 10486, 10545, 10350, 10412, 
    10488, 10384, 10449, 10452, 10462, 
    10461, 10472, 10482, 10553, 10381, 
    10013, 10371, 10373, 10394, 10466, 
    10467, 10551, 10011, 10370, 10372, 
    10388, 10457, 10459, 10475, 10555, 
    10007, 10008, 10010, 10352, 10353, 
    10357, 10358, 10378, 10379, 10383, 
    10392, 10393, 10405, 10411, 10414, 
    10425, 10427, 10470, 10359, 10361, 
    10376, 10390, 10426, 10429
  )

Query time 0.00129

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "112.01"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "p",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 80,
          "rows_produced_per_join": 80,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`p`.`product_id` in (10447,10460,10400,10397,10399,10403,10402,10401,10404,10356,10351,10368,10009,10012,10474,10420,10387,10354,10428,10453,10471,10365,10398,10463,10406,10436,10480,10486,10545,10350,10412,10488,10384,10449,10452,10462,10461,10472,10482,10553,10381,10013,10371,10373,10394,10466,10467,10551,10011,10370,10372,10388,10457,10459,10475,10555,10007,10008,10010,10352,10353,10357,10358,10378,10379,10383,10392,10393,10405,10411,10414,10425,10427,10470,10359,10361,10376,10390,10426,10429))",
          "cost_info": {
            "read_cost": "48.01",
            "eval_cost": "8.00",
            "prefix_cost": "56.01",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "product_id",
            "parent_product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "g",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.p.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 80,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "20.00",
            "eval_cost": "8.00",
            "prefix_cost": "84.01",
            "data_read_per_join": "31K"
          },
          "used_columns": [
            "id",
            "code"
          ]
        }
      },
      {
        "table": {
          "table_name": "f",
          "access_type": "ref",
          "possible_keys": [
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.p.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 80,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "20.00",
            "eval_cost": "8.00",
            "prefix_cost": "112.01",
            "data_read_per_join": "8K"
          },
          "used_columns": [
            "feature_id",
            "purpose",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id purpose product_id parent_product_id id code
704 group_variation_catalog_item 10354 0 988 PV-C2B18C7C3
656 group_variation_catalog_item 10354 0 988 PV-C2B18C7C3
704 group_variation_catalog_item 10356 0 989 PV-DD13C558D
656 group_variation_catalog_item 10356 0 989 PV-DD13C558D
656 group_variation_catalog_item 10368 0 990 PV-C0E2507E7
682 group_variation_catalog_item 10368 0 990 PV-C0E2507E7
656 group_variation_catalog_item 10406 0 992 PV-3F6C1A51B
656 group_variation_catalog_item 10412 0 993 PV-2E8BB0F8F
656 group_variation_catalog_item 10436 0 996 PV-B25E2355E
704 group_variation_catalog_item 10447 0 997 PV-D536E9928
656 group_variation_catalog_item 10447 0 997 PV-D536E9928
653 group_variation_catalog_item 10449 0 998 PV-743191117
656 group_variation_catalog_item 10449 0 998 PV-743191117
656 group_variation_catalog_item 10482 0 1000 PV-5B311F89F
656 group_variation_catalog_item 10486 0 1001 PV-C004FAC44
656 group_variation_catalog_item 10551 0 1004 PV-0434B3325
656 group_variation_catalog_item 10553 0 1005 PV-CBD6282E5