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 (656, 779, 771) 
  AND pfv.product_id IN (
    11330, 11501, 11401, 11496, 11540, 11228, 
    11459, 11546, 11511, 11011, 11432, 
    11547, 11373, 11333, 11482, 11557, 
    11568, 11464, 11549
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00372

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.23"
    },
    "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": 62,
          "rows_produced_per_join": 62,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "7.07",
            "eval_cost": "6.20",
            "prefix_cost": "13.27",
            "data_read_per_join": "47K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`feature_id` in (656,779,771)) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`product_id` in (11330,11501,11401,11496,11540,11228,11459,11546,11511,11011,11432,11547,11373,11333,11482,11557,11568,11464,11549)) 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": 9,
          "filtered": "15.04",
          "cost_info": {
            "read_cost": "15.50",
            "eval_cost": "0.93",
            "prefix_cost": "34.97",
            "data_read_per_join": "10K"
          },
          "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": 9,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "2.33",
            "eval_cost": "0.93",
            "prefix_cost": "38.23",
            "data_read_per_join": "28K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
656 11011 2077 0 Grey
771 11011 9329 0 51-21mm
779 11011 9517 0 Polished Black
656 11228 2077 0 Grey
771 11228 9618 0 56-19mm
779 11228 9619 0 Polished Grey Havana
656 11330 9746 0 Light Brown Gradient
771 11330 9358 0 54-21mm
779 11330 9522 0 Polished Arista Gold
656 11333 1674 0 Brown
771 11333 9321 0 55-20mm
779 11333 9522 0 Polished Arista Gold
656 11373 6360 0 Dark Green
771 11373 9361 0 59-17mm
779 11373 9523 0 Polished Silver
656 11401 9871 0 Clear Gradient Blue
771 11401 9866 0 55-21mm
779 11401 9522 0 Polished Arista Gold
656 11432 3442 0 Violet
771 11432 9490 0 56-17mm
779 11432 9588 0 Polished Gunmetal
656 11459 9607 0 Yellow Mirror Flash Gold
771 11459 9475 0 59-15mm
779 11459 9523 0 Polished Silver
656 11464 9967 0 Dark Grey Polar
771 11464 9403 0 54-16mm
779 11464 9523 0 Polished Silver
656 11482 3037 0 Dark Grey
771 11482 9325 0 57-17mm
779 11482 9517 0 Polished Black
656 11496 1596 0 Green
771 11496 9329 0 51-21mm
779 11496 9522 0 Polished Arista Gold
656 11501 9596 0 Light Blue Gradient
771 11501 9329 0 51-21mm
779 11501 9522 0 Polished Arista Gold
656 11511 9607 0 Yellow Mirror Flash Gold
771 11511 9408 0 56-15mm
779 11511 9523 0 Polished Silver
656 11540 9871 0 Clear Gradient Blue
771 11540 9324 0 53-21mm
779 11540 9522 0 Polished Arista Gold
656 11546 1596 0 Green
771 11546 9487 0 56-20mm
779 11546 9517 0 Polished Black
656 11547 1889 0 Dark Gray
771 11547 9426 0 53-20mm
779 11547 9520 0 Polished Havana
656 11549 6360 0 Dark Green
771 11549 9324 0 53-21mm
779 11549 9517 0 Polished Black
656 11557 1600 0 Blue
771 11557 9696 0 60-17mm
779 11557 9627 0 Polished Copper
656 11568 1560 0 Black
771 11568 9426 0 53-20mm
779 11568 9517 0 Polished Black