SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    36357, 36356, 36355, 36354, 36353, 36352, 
    36351, 36350, 36349, 36348, 36347, 
    36346, 36345, 36344, 36343, 36342, 
    36341, 36340, 36339, 36311, 36361, 
    36360, 36359, 36358
  ) 
  AND feature_id IN (23693, 23692) 
  AND lang_code = 'vi'

Query time 0.02233

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": "idx_product_feature_variant_id",
          "key_length": "12",
          "used_key_parts": ["product_id", "feature_id", "lang_code"],
          "rows": 48,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (36357,36356,36355,36354,36353,36352,36351,36350,36349,36348,36347,36346,36345,36344,36343,36342,36341,36340,36339,36311,36361,36360,36359,36358) and cscart_product_features_values.feature_id in (23693,23692) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
36311 23692 82154
36311 23693 82156
36339 23692 82154
36339 23693 82165
36340 23692 82154
36340 23693 82166
36341 23692 82154
36341 23693 82167
36342 23692 82154
36342 23693 82157
36343 23692 82154
36343 23693 82158
36344 23692 82154
36344 23693 82159
36345 23692 82154
36345 23693 82160
36346 23692 82154
36346 23693 82161
36347 23692 82154
36347 23693 82162
36348 23692 82154
36348 23693 82163
36349 23692 82154
36349 23693 82164
36350 23692 82155
36350 23693 82165
36351 23692 82155
36351 23693 82166
36352 23692 82155
36352 23693 82167
36353 23692 82155
36353 23693 82156
36354 23692 82155
36354 23693 82157
36355 23692 82155
36355 23693 82158
36356 23692 82155
36356 23693 82159
36357 23692 82155
36357 23693 82160
36358 23692 82155
36358 23693 82161
36359 23692 82155
36359 23693 82162
36360 23692 82155
36360 23693 82163
36361 23692 82155
36361 23693 82164