SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  gp.group_id 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_variation_group_products AS gp ON pfv.product_id = gp.product_id 
  INNER JOIN cscart_product_variation_group_features AS gpf ON gpf.group_id = gp.group_id 
  AND gpf.feature_id = pfv.feature_id 
WHERE 
  pfv.lang_code = 'ja' 
  AND gp.group_id IN (32, 57, 20, 44, 21, 37, 26, 34, 39, 47)

Query time 0.00372

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "gpf",
      "access_type": "index",
      "possible_keys": ["PRIMARY", "idx_group_id"],
      "key": "PRIMARY",
      "key_length": "6",
      "used_key_parts": ["feature_id", "group_id"],
      "rows": 46,
      "filtered": 100,
      "using_index": true
    },
    "table": {
      "table_name": "pfv",
      "access_type": "ref",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["feature_id"],
      "ref": ["cscart_purchase_fl_com.gpf.feature_id"],
      "rows": 3,
      "filtered": 58.7939682,
      "attached_condition": "pfv.lang_code = 'ja'",
      "using_index": true
    },
    "table": {
      "table_name": "gp",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY", "idx_group_id"],
      "key": "PRIMARY",
      "key_length": "6",
      "used_key_parts": ["product_id", "group_id"],
      "ref": [
        "cscart_purchase_fl_com.pfv.product_id",
        "cscart_purchase_fl_com.gpf.group_id"
      ],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "gp.group_id in (32,57,20,44,21,37,26,34,39,47)",
      "using_index": true
    }
  }
}

Result

feature_id product_id variant_id group_id
7 149 18 20
7 181 19 20
7 182 20 20
7 146 18 21
7 183 19 21
7 184 20 21
7 140 18 26
7 193 19 26
7 194 20 26
7 111 18 32
7 211 19 32
7 212 20 32
7 213 18 32
7 214 19 32
7 215 20 32
7 216 18 32
7 217 19 32
7 218 20 32
7 125 18 34
7 224 19 34
7 225 20 34
7 177 18 37
7 233 19 37
7 234 20 37
7 129 18 39
7 237 19 39
7 238 20 39
7 142 18 44
7 258 19 44
7 259 20 44
7 131 18 47
7 273 19 47
7 274 20 47
7 150 18 57
7 293 19 57
7 294 20 57
9 111 29 32
9 211 29 32
9 212 29 32
9 213 34 32
9 214 34 32
9 215 34 32
9 216 36 32
9 217 36 32
9 218 36 32
9 142 40 44
9 258 40 44
9 259 40 44
9 150 36 57
9 293 36 57
9 294 36 57