SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13191, 13192, 13193, 13194, 13195, 13196, 
    13190
  ) 
  AND feature_id IN (
    637, 636, 647, 646, 623, 622, 626, 553, 
    625, 624, 627, 628, 595
  ) 
  AND lang_code = 'en'

Query time 0.00549

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.75"
    },
    "table": {
      "table_name": "cscart_product_features_values",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "key_length": "15",
      "rows_examined_per_scan": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.15",
        "eval_cost": "1.60",
        "prefix_cost": "6.75",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13191,13192,13193,13194,13195,13196,13190)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (637,636,647,646,623,622,626,553,625,624,627,628,595)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13190 553 1973
13191 553 1973
13192 553 1973
13193 553 1973
13194 553 1973
13195 553 1973
13196 553 1973
13190 595 1904
13191 595 1905
13192 595 1789
13193 595 2499
13194 595 1787
13195 595 1900
13196 595 1899
13190 622 2497
13191 622 2497
13192 622 2497
13193 622 2497
13194 622 2497
13195 622 2497
13196 622 2497
13190 623 2501
13191 623 2501
13192 623 2501
13193 623 2501
13194 623 2501
13195 623 2501
13196 623 2501
13190 624 1803
13191 624 1803
13192 624 1803
13193 624 1803
13194 624 1803
13195 624 1803
13196 624 1803
13190 625 2147
13191 625 2147
13192 625 2147
13193 625 2147
13194 625 2147
13195 625 2147
13196 625 2147
13190 626 1723
13191 626 1723
13192 626 1723
13193 626 1723
13194 626 1723
13195 626 1723
13196 626 1723
13190 627 1659
13191 627 1659
13192 627 1659
13193 627 1659
13194 627 1659
13195 627 1659
13196 627 1659
13190 628 1660
13191 628 1660
13192 628 1660
13193 628 1660
13194 628 1660
13195 628 1660
13196 628 1660
13190 636 2348
13191 636 2348
13192 636 2348
13193 636 2348
13194 636 2348
13195 636 2348
13196 636 2348
13190 637 2345
13191 637 2345
13192 637 2345
13193 637 2345
13194 637 2345
13195 637 2345
13196 637 2345
13190 646 2369
13191 646 2369
13192 646 2369
13193 646 2369
13194 646 2369
13195 646 2369
13196 646 2369
13190 647 2373
13191 647 2373
13192 647 2373
13193 647 2373
13194 647 2373
13195 647 2373
13196 647 2373