SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    38270, 38269, 38268, 38267, 38266, 38265, 
    38105
  ) 
  AND feature_id IN (23882) 
  AND lang_code = 'vi'

Query time 0.00221

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": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["feature_id", "product_id"],
          "rows": 7,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 23882 and cscart_product_features_values.product_id in (38270,38269,38268,38267,38266,38265,38105) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
38105 23882 83097
38265 23882 83098
38266 23882 83099
38267 23882 83100
38268 23882 83101
38269 23882 83102
38270 23882 83103