SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (12925, 12924, 12923, 12922, 12921) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 622, 623, 
    636, 637
  ) 
  AND lang_code = 'en'

Query time 0.06039

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.58"
    },
    "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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "3.78",
        "eval_cost": "0.80",
        "prefix_cost": "4.58",
        "data_read_per_join": "6K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (12925,12924,12923,12922,12921)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (595,628,627,624,625,553,622,623,636,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12921 553 1973
12922 553 1973
12923 553 1973
12924 553 1973
12925 553 1973
12921 595 1904
12922 595 2451
12923 595 1787
12924 595 1905
12925 595 1900
12921 622 2485
12922 622 2485
12923 622 2485
12924 622 2485
12925 622 2489
12921 623 2486
12922 623 2486
12923 623 2486
12924 623 2486
12925 623 2490
12921 624 1876
12922 624 1876
12923 624 1876
12924 624 1876
12925 624 1876
12921 625 2124
12922 625 2124
12923 625 2124
12924 625 2124
12925 625 2124
12921 627 1659
12922 627 1659
12923 627 1659
12924 627 1659
12925 627 1659
12921 628 1660
12922 628 1660
12923 628 1660
12924 628 1660
12925 628 1660
12921 636 2344
12922 636 2344
12923 636 2344
12924 636 2344
12925 636 2344
12921 637 2345
12922 637 2345
12923 637 2345
12924 637 2345
12925 637 2345