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 (
    628, 595, 627, 624, 625, 553, 622, 623, 
    636, 637, 646, 647, 626
  ) 
  AND pfv.product_id IN (
    12916, 12921, 12956, 12958, 13014, 13028, 
    13040, 13052, 12960, 12974
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00517

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "161.94"
    },
    "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": 212,
          "rows_produced_per_join": 212,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "26.86",
            "eval_cost": "21.20",
            "prefix_cost": "48.06",
            "data_read_per_join": "163K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`gaseus`.`pfv`.`feature_id` in (628,595,627,624,625,553,622,623,636,637,646,647,626)) and (`gaseus`.`pfv`.`product_id` in (12916,12921,12956,12958,13014,13028,13040,13052,12960,12974)) and (`gaseus`.`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": [
            "gaseus.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 113,
          "filtered": "53.47",
          "cost_info": {
            "read_cost": "53.00",
            "eval_cost": "11.34",
            "prefix_cost": "122.26",
            "data_read_per_join": "129K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`gaseus`.`fv`.`feature_id` = `gaseus`.`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": [
            "gaseus.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 113,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "28.34",
            "eval_cost": "11.34",
            "prefix_cost": "161.94",
            "data_read_per_join": "353K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
553 12916 1973 1 up to 4.5 (technical gases)
595 12916 1904 0 Oxygen (O2)
622 12916 2485 0 G 1/2" RH nut (acc. to EN 560)
623 12916 2486 0 G 1/2" RH x 9 mm (hose nozzle)
624 12916 1876 0 100
625 12916 2123 0 20
627 12916 1659 1 Brass
628 12916 1660 0 Single stage
636 12916 2344 0 N
637 12916 2345 0 N
553 12921 1973 1 up to 4.5 (technical gases)
595 12921 1904 0 Oxygen (O2)
622 12921 2485 0 G 1/2" RH nut (acc. to EN 560)
623 12921 2486 0 G 1/2" RH x 9 mm (hose nozzle)
624 12921 1876 0 100
625 12921 2124 0 40
627 12921 1659 1 Brass
628 12921 1660 0 Single stage
636 12921 2344 0 N
637 12921 2345 0 N
553 12956 1973 1 up to 4.5 (technical gases)
595 12956 2000 0 Acetylene (C2H2)
622 12956 2504 0 W 21.8×1/14 LH
623 12956 2501 0 G 3/4" × 18 mm
624 12956 2503 0 26
625 12956 2413 0 1.5
626 12956 2003 0 10
627 12956 1659 1 Brass
628 12956 1660 0 Single stage
636 12956 2348 0 Y
637 12956 2345 0 N
646 12956 2369 0 Gauge
647 12956 2373 0 Gauge
553 12958 1973 1 up to 4.5 (technical gases)
595 12958 2000 0 Acetylene (C2H2)
622 12958 2504 0 W 21.8×1/14 LH
623 12958 2501 0 G 3/4" × 18 mm
624 12958 2503 0 26
625 12958 2413 0 1.5
626 12958 1680 0 18
627 12958 1659 1 Brass
628 12958 1660 0 Single stage
636 12958 2348 0 Y
637 12958 2345 0 N
646 12958 2369 0 Gauge
647 12958 2373 0 Gauge
553 12960 1973 1 up to 4.5 (technical gases)
595 12960 1904 0 Oxygen (O2)
622 12960 2497 0 M 24×1.5 RH
623 12960 2501 0 G 3/4" × 18 mm
624 12960 1803 0 300
625 12960 2123 0 20
626 12960 1721 0 75
627 12960 1659 1 Brass
628 12960 1660 0 Single stage
636 12960 2348 0 Y
637 12960 2345 0 N
646 12960 2369 0 Gauge
647 12960 2373 0 Gauge
553 12974 1973 1 up to 4.5 (technical gases)
595 12974 1904 0 Oxygen (O2)
622 12974 2497 0 M 24×1.5 RH
623 12974 2508 0 G 3/4" × 19 mm
624 12974 1803 0 300
625 12974 2124 0 40
626 12974 1723 0 120
627 12974 1659 1 Brass
628 12974 1660 0 Single stage
636 12974 2348 0 Y
637 12974 2345 0 N
646 12974 2369 0 Gauge
647 12974 2373 0 Gauge
553 13014 1973 1 up to 4.5 (technical gases)
595 13014 1904 0 Oxygen (O2)
622 13014 2497 0 M 24×1.5 RH
623 13014 2501 0 G 3/4" × 18 mm
624 13014 1803 0 300
625 13014 2513 0 15–40
626 13014 2031 0 290
627 13014 1659 1 Brass
628 13014 1660 0 Single stage
636 13014 2348 0 Y
637 13014 2345 0 N
646 13014 2369 0 Gauge
647 13014 2373 0 Gauge
553 13028 1973 1 up to 4.5 (technical gases)
595 13028 1904 0 Oxygen (O2)
622 13028 2497 0 M 24×1.5 RH
623 13028 2501 0 G 3/4" × 18 mm
624 13028 1803 0 300
625 13028 2515 0 15–60
626 13028 2032 0 450
627 13028 1659 1 Brass
628 13028 1660 0 Single stage
636 13028 2348 0 Y
637 13028 2345 0 N
646 13028 2369 0 Gauge
647 13028 2373 0 Gauge
553 13040 1973 1 up to 4.5 (technical gases)
595 13040 1904 0 Oxygen (O2)
622 13040 2497 0 M 24×1.5 RH
623 13040 2518 0 G 1/2" Rhi
624 13040 1803 0 300
625 13040 2517 0 15–200
626 13040 2057 0 480
627 13040 1659 1 Brass
628 13040 1660 0 Single stage
636 13040 2348 0 Y
637 13040 2345 0 N
646 13040 2369 0 Gauge
647 13040 2373 0 Gauge
553 13052 1973 1 up to 4.5 (technical gases)
595 13052 1904 0 Oxygen (O2)
622 13052 2497 0 M 24×1.5 RH
623 13052 2518 0 G 1/2" Rhi
624 13052 1803 0 300
625 13052 2521 0 15–270
626 13052 2057 0 480
627 13052 1659 1 Brass
628 13052 1660 0 Single stage
636 13052 2348 0 Y
637 13052 2345 0 N
646 13052 2369 0 Gauge
647 13052 2373 0 Gauge