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 (771, 656, 779) 
  AND pfv.product_id IN (
    11458, 11152, 11439, 11453, 11360, 11300, 
    11522, 11364, 11024, 11080, 10991
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00271

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.69"
    },
    "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": 35,
          "rows_produced_per_join": 35,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "4.10",
            "eval_cost": "3.50",
            "prefix_cost": "7.60",
            "data_read_per_join": "27K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`feature_id` in (771,656,779)) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`product_id` in (11458,11152,11439,11453,11360,11300,11522,11364,11024,11080,10991)) and (`softwarepirmam_hewadelivard_cscart_4`.`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": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 5,
          "filtered": "15.04",
          "cost_info": {
            "read_cost": "8.75",
            "eval_cost": "0.53",
            "prefix_cost": "19.85",
            "data_read_per_join": "6K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`fv`.`feature_id` = `softwarepirmam_hewadelivard_cscart_4`.`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": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 5,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.32",
            "eval_cost": "0.53",
            "prefix_cost": "21.69",
            "data_read_per_join": "15K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
656 10991 1600 0 Blue
771 10991 9321 0 55-20mm
779 10991 9507 0 Grey
656 11024 9359 0 Blue/Grey
771 11024 9362 0 55-18mm
779 11024 9528 0 Matte Black
656 11080 1600 0 Blue
771 11080 9399 0 52-22mm
779 11080 9517 0 Polished Black
656 11152 1674 0 Brown
771 11152 9364 0 58-18mm
779 11152 9590 0 Polished Transparent Fantasy Brown
656 11300 1596 0 Green
771 11300 9323 0 50-21mm
779 11300 9524 0 Polished Gold
656 11360 9772 0 Clear/Yellow
771 11360 9682 0 57-19mm
779 11360 9523 0 Polished Silver
656 11364 1600 0 Blue
771 11364 9777 0 55-14mm
779 11364 9523 0 Polished Silver
656 11439 1596 0 Green
771 11439 9341 0 59-18mm
779 11439 9517 0 Polished Black
656 11453 1596 0 Green
771 11453 9364 0 58-18mm
779 11453 9517 0 Polished Black
656 11458 9045 0 Light Brown
771 11458 9321 0 55-20mm
779 11458 9522 0 Polished Arista Gold
656 11522 3037 0 Dark Grey
771 11522 10057 0 55-16mm
779 11522 9517 0 Polished Black