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 (550, 549, 551, 548) 
  AND pfv.product_id IN (435, 439, 443, 232, 170, 280) 
  AND pfv.lang_code = 'en'

Query time 0.00182

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.32"
    },
    "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": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id",
            "feature_id",
            "lang_code"
          ],
          "key_length": "12",
          "rows_examined_per_scan": 25,
          "rows_produced_per_join": 25,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "6.97",
            "eval_cost": "5.00",
            "prefix_cost": "11.97",
            "data_read_per_join": "19K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`pankajecarter_systemfour`.`pfv`.`feature_id` in (550,549,551,548)) and (`pankajecarter_systemfour`.`pfv`.`product_id` in (435,439,443,232,170,280)) and (`pankajecarter_systemfour`.`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": [
            "pankajecarter_systemfour.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "7.83",
          "cost_info": {
            "read_cost": "25.00",
            "eval_cost": "0.39",
            "prefix_cost": "41.97",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`pankajecarter_systemfour`.`fv`.`feature_id` = `pankajecarter_systemfour`.`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": [
            "pankajecarter_systemfour.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 1,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.96",
            "eval_cost": "0.39",
            "prefix_cost": "44.32",
            "data_read_per_join": "5K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
551 170 1206 2 Double bed
549 232 1198 1 Green
550 232 1202 1 Free Breakfast
551 232 1206 2 Double bed
548 280 1195 3 Medium
549 280 1200 3 Black
549 435 1198 1 Green
550 435 1203 2 Free Wifi
551 435 1206 2 Double bed
549 439 1198 1 Green
550 439 1204 3 Parking
551 439 1206 2 Double bed
549 443 1198 1 Green
550 443 1205 4 Scenic View
551 443 1206 2 Double bed