SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  fv.position, 
  fvd.variant 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_feature_variants AS fv ON pfv.feature_id = fv.feature_id 
  AND pfv.variant_id = fv.variant_id 
  INNER JOIN cscart_product_feature_variant_descriptions AS fvd ON pfv.variant_id = fvd.variant_id 
  AND fvd.lang_code = 'en' 
WHERE 
  pfv.feature_id IN (549, 548) 
  AND pfv.product_id IN (
    82071, 82118, 82073, 82038, 149042, 
    82061, 81948, 82101, 82009, 81647, 
    82103, 81737, 81655, 81704, 81826, 
    81863, 81860, 81702, 82072, 81634, 
    81657, 81739, 81625, 82115, 81776, 
    82074, 81611, 81862, 81627, 82114, 
    82069, 81817, 81773, 81636, 81812, 
    81624, 81806, 82052, 81816, 82096, 
    81814, 82116, 82095, 81672
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00811

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "147.31"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "lang_code",
          "used_key_parts": [
            "lang_code",
            "feature_id",
            "product_id"
          ],
          "key_length": "12",
          "rows_examined_per_scan": 88,
          "rows_produced_per_join": 88,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "18.83",
            "eval_cost": "17.60",
            "prefix_cost": "36.43",
            "data_read_per_join": "68K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`webmarco`.`pfv`.`feature_id` in (549,548)) and (`webmarco`.`pfv`.`product_id` in (82071,82118,82073,82038,149042,82061,81948,82101,82009,81647,82103,81737,81655,81704,81826,81863,81860,81702,82072,81634,81657,81739,81625,82115,81776,82074,81611,81862,81627,82114,82069,81817,81773,81636,81812,81624,81806,82052,81816,82096,81814,82116,82095,81672)) and (`webmarco`.`pfv`.`lang_code` = 'en'))"
        }
      },
      {
        "table": {
          "table_name": "fv",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "feature_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "ref": [
            "webmarco.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 4,
          "filtered": "5.00",
          "cost_info": {
            "read_cost": "88.00",
            "eval_cost": "0.88",
            "prefix_cost": "142.03",
            "data_read_per_join": "5K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`webmarco`.`fv`.`feature_id` = `webmarco`.`pfv`.`feature_id`)"
        }
      },
      {
        "table": {
          "table_name": "fvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "webmarco.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "4.40",
            "eval_cost": "0.88",
            "prefix_cost": "147.31",
            "data_read_per_join": "19K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
548 81611 1465 0 One Size
548 81624 1465 0 One Size
548 81625 1465 0 One Size
548 81627 1465 0 One Size
548 81634 1465 0 One Size
548 81636 1465 0 One Size
548 81647 1193 0 S
548 81655 1465 0 One Size
548 81657 1465 0 One Size
548 81672 1465 0 One Size
548 81702 1465 0 One Size
548 81704 1465 0 One Size
548 81737 1465 0 One Size
548 81739 1465 0 One Size
548 81773 1465 0 One Size
548 81776 1465 0 One Size
548 81806 1465 0 One Size
548 81812 1465 0 One Size
548 81814 1465 0 One Size
548 81816 1465 0 One Size
548 81817 1465 0 One Size
548 81826 1465 0 One Size
548 81860 1465 0 One Size
548 81862 1465 0 One Size
548 81863 1465 0 One Size
548 81948 1193 0 S
548 82009 1193 0 S
548 82038 1193 0 S
548 82061 1465 0 One Size
548 82071 1465 0 One Size
548 82095 1465 0 One Size
548 82096 1465 0 One Size
548 82101 1465 0 One Size
548 82103 1465 0 One Size
548 82114 1465 0 One Size
548 82115 1465 0 One Size
548 82116 1465 0 One Size
548 82118 1193 0 S
548 149042 1193 0 S
549 81611 37919 0 Light purple
549 81624 1495 0 Pink
549 81625 1199 0 Blue
549 81627 1515 0 Red
549 81634 1368 0 Gray
549 81636 1495 0 Pink
549 81647 1495 0 Pink
549 81655 1199 0 Blue
549 81657 1495 0 Pink
549 81672 1516 0 Yellow
549 81702 1199 0 Blue
549 81704 1495 0 Pink
549 81737 1495 0 Pink
549 81739 1199 0 Blue
549 81773 1368 0 Gray
549 81776 1498 0 Azure
549 81806 1515 0 Red
549 81812 1200 0 Black
549 81814 1199 0 Blue
549 81816 1495 0 Pink
549 81817 8210 0 Bordeaux
549 81826 1199 0 Blue
549 81860 1495 0 Pink
549 81862 8210 0 Bordeaux
549 81863 1498 0 Azure
549 81948 1515 0 Red
549 82009 1493 0 Gold
549 82038 1201 0 White
549 82052 1199 0 Blue
549 82061 37921 0 Light brown
549 82069 1498 0 Azure
549 82071 37925 0 Pink powder
549 82072 1515 0 Red
549 82073 1199 0 Blue
549 82074 1368 0 Gray
549 82095 1516 0 Yellow
549 82096 1495 0 Pink
549 82101 37925 0 Pink powder
549 82103 1199 0 Blue
549 82114 1525 0 Light green
549 82115 37925 0 Pink powder
549 82116 1498 0 Azure
549 82118 37925 0 Pink powder
549 149042 1201 0 White