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, 627, 624, 625, 553, 626, 622, 623, 
    646, 647, 636, 637, 595
  ) 
  AND pfv.product_id IN (
    13148, 13153, 12928, 12926, 12942, 12850, 
    12869, 12876, 12896, 12900, 12909
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00695

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "112.82"
    },
    "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": 148,
          "rows_produced_per_join": 148,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "18.47",
            "eval_cost": "14.80",
            "prefix_cost": "33.27",
            "data_read_per_join": "114K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`test2_gaseus`.`pfv`.`feature_id` in (628,627,624,625,553,626,622,623,646,647,636,637,595)) and (`test2_gaseus`.`pfv`.`product_id` in (13148,13153,12928,12926,12942,12850,12869,12876,12896,12900,12909)) and (`test2_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": [
            "test2_gaseus.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 79,
          "filtered": "53.58",
          "cost_info": {
            "read_cost": "37.00",
            "eval_cost": "7.93",
            "prefix_cost": "85.07",
            "data_read_per_join": "90K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`test2_gaseus`.`fv`.`feature_id` = `test2_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": [
            "test2_gaseus.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 79,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "19.82",
            "eval_cost": "7.93",
            "prefix_cost": "112.82",
            "data_read_per_join": "247K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
553 12850 1912 1 up to 5.0 (laboratory gases / laser gases)
595 12850 1904 0 Oxygen (O2)
622 12850 2443 0 G 3/8" RH nut (acc. to EN 560)
623 12850 2444 0 Clamp ring fitting 6 mm (stainless steel)
624 12850 1694 0 20
625 12850 2122 0 10
626 12850 2445 0 40 Nm³/h
627 12850 2290 0 Chrome-plated
628 12850 1660 0 Single stage
636 12850 2344 0 N
637 12850 2345 0 N
553 12869 1912 1 up to 5.0 (laboratory gases / laser gases)
595 12869 1904 0 Oxygen (O2)
622 12869 2443 0 G 3/8" RH nut (acc. to EN 560)
623 12869 2444 0 Clamp ring fitting 6 mm (stainless steel)
624 12869 1705 0 200
625 12869 2462 0 5.0 (fixed)
626 12869 2463 0 1.0–15.0 Nl/min
627 12869 2290 0 Chrome-plated
628 12869 1660 0 Single stage
636 12869 2344 0 N
637 12869 2350 0 Y
553 12876 1973 1 up to 4.5 (technical gases)
595 12876 1904 0 Oxygen (O2)
622 12876 2443 0 G 3/8" RH nut (acc. to EN 560)
623 12876 2471 0 G 1/4" RH x 6 mm (hose nozzle)
624 12876 1694 0 20
625 12876 2122 0 10
626 12876 2473 0 46
627 12876 1659 1 Brass
628 12876 1660 0 Single stage
636 12876 2344 0 N
637 12876 2345 0 N
553 12896 1973 1 up to 4.5 (technical gases)
595 12896 2451 0 CO₂/Argon (Ar, CO2)
622 12896 2443 0 G 3/8" RH nut (acc. to EN 560)
623 12896 2471 0 G 1/4" RH x 6 mm (hose nozzle)
624 12896 1694 0 20
625 12896 2464 0 4.5 (fixed)
626 12896 2466 0 0.5–5.0 Nl/min
627 12896 1659 1 Brass
628 12896 1660 0 Single stage
636 12896 2344 0 N
637 12896 2350 0 Y
553 12900 1973 1 up to 4.5 (technical gases)
595 12900 1904 0 Oxygen (O2)
622 12900 2485 0 G 1/2" RH nut (acc. to EN 560)
623 12900 2486 0 G 1/2" RH x 9 mm (hose nozzle)
624 12900 1675 0 40
625 12900 2123 0 20
626 12900 1721 0 75
627 12900 1659 1 Brass
628 12900 1660 0 Single stage
636 12900 2344 0 N
637 12900 2345 0 N
553 12909 1973 1 up to 4.5 (technical gases)
595 12909 1904 0 Oxygen (O2)
622 12909 2485 0 G 1/2" RH nut (acc. to EN 560)
623 12909 2486 0 G 1/2" RH x 9 mm (hose nozzle)
624 12909 1657 0 60
625 12909 2124 0 40
626 12909 1723 0 120
627 12909 1659 1 Brass
628 12909 1660 0 Single stage
636 12909 2344 0 N
637 12909 2345 0 N
553 12926 1973 1 up to 4.5 (technical gases)
595 12926 1904 0 Oxygen (O2)
622 12926 2497 0 M 24×1.5 RH
623 12926 2498 0 G 3/8" × 10/12 mm
624 12926 1803 0 300
625 12926 2122 0 10
626 12926 2043 0 50
627 12926 1659 1 Brass
628 12926 1660 0 Single stage
636 12926 2348 0 Y
637 12926 2345 0 N
646 12926 2369 0 Gauge
647 12926 2373 0 Gauge
553 12928 1912 1 up to 5.0 (laboratory gases / laser gases)
595 12928 2000 0 Acetylene (C2H2)
622 12928 2497 0 M 24×1.5 RH
623 12928 2524 0 Clamp ring 8 mm
624 12928 1803 0 300
625 12928 2122 0 10
626 12928 2043 0 50
627 12928 2378 0 Chrome-plated brass
628 12928 1660 0 Single stage
636 12928 2348 0 Y
637 12928 2345 0 N
646 12928 2369 0 Gauge
647 12928 2373 0 Gauge
553 12942 1973 1 up to 4.5 (technical gases)
595 12942 1904 0 Oxygen (O2)
622 12942 2497 0 M 24×1.5 RH
623 12942 2501 0 G 3/4" × 18 mm
624 12942 1803 0 300
625 12942 2123 0 20
626 12942 1721 0 75
627 12942 1659 1 Brass
628 12942 1660 0 Single stage
636 12942 2348 0 Y
637 12942 2345 0 N
646 12942 2369 0 Gauge
647 12942 2373 0 Gauge
553 13148 1912 1 up to 5.0 (laboratory gases / laser gases)
595 13148 1904 0 Oxygen (O2)
622 13148 2497 0 M 24×1.5 RH
623 13148 2524 0 Clamp ring 8 mm
624 13148 1803 0 300
625 13148 2122 0 10
626 13148 1928 0 30
627 13148 2378 0 Chrome-plated brass
628 13148 1712 0 Double stage
636 13148 2348 0 Y
637 13148 2345 0 N
646 13148 2369 0 Gauge
647 13148 2373 0 Gauge
553 13153 1912 1 up to 5.0 (laboratory gases / laser gases)
595 13153 1789 0 Argon (Ar)
622 13153 2497 0 M 24×1.5 RH
623 13153 2524 0 Clamp ring 8 mm
624 13153 1803 0 300
625 13153 2122 0 10
626 13153 1928 0 30
627 13153 2378 0 Chrome-plated brass
628 13153 1712 0 Double stage
636 13153 2348 0 Y
637 13153 2345 0 N
646 13153 2370 0 Contact gauge
647 13153 2374 0 Contact gauge