SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    49920, 49921, 49922, 49923, 49924, 49925, 
    49926, 49927, 49928, 49929
  ) 
  AND feature_id IN (25095, 25098) 
  AND lang_code = 'vi'

Query time 0.00632

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": 30,
          "filtered": 51.5835762,
          "attached_condition": "cscart_product_features_values.product_id in (49920,49921,49922,49923,49924,49925,49926,49927,49928,49929) and cscart_product_features_values.feature_id in (25095,25098) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
49920 25095 87603
49921 25095 87603
49922 25095 87603
49923 25095 87603
49924 25095 87603
49925 25095 87604
49926 25095 87604
49927 25095 87604
49928 25095 87604
49929 25095 87604
49920 25098 87616
49921 25098 87617
49922 25098 87618
49923 25098 87619
49924 25098 87620
49925 25098 87616
49926 25098 87617
49927 25098 87618
49928 25098 87619
49929 25098 87620