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 (
    2044, 2047, 49003, 49030, 49703, 41434, 
    41432, 48783, 49010, 49107, 321, 41433, 
    49028, 49016, 49009, 49008, 49204, 
    49205, 50285, 50347, 50213
  )

Query time 0.00207

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "p",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "idx_group_id"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "rows": 21,
          "filtered": 100,
          "index_condition": "p.product_id in (2044,2047,49003,49030,49703,41434,41432,48783,49010,49107,321,41433,49028,49016,49009,49008,49204,49205,50285,50347,50213)"
        }
      },
      {
        "table": {
          "table_name": "f",
          "access_type": "ref",
          "possible_keys": ["idx_group_id"],
          "key": "idx_group_id",
          "key_length": "3",
          "used_key_parts": ["group_id"],
          "ref": ["dev_db.p.group_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "g",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["id"],
          "ref": ["dev_db.p.group_id"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

feature_id purpose product_id parent_product_id id code
21274 group_variation_catalog_item 2044 0 13644 PV-62CD75EBF
21271 group_variation_catalog_item 2047 0 13641 PV-D7A7995B5
24982 group_variation_catalog_item 49003 0 17227 PV-9F987119A
24983 group_variation_catalog_item 49028 0 17228 PV-C5FE1DDCC
24984 group_variation_catalog_item 49030 0 17229 PV-14B3247BC
25144 group_variation_catalog_item 50347 0 17364 PV-B4178D602