SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    44981, 44971, 44973, 44974, 44975, 44985, 
    44983, 44984, 44982, 44858, 44972, 
    44976, 44977, 44978, 44979, 44980
  ) 
  AND feature_id IN (24550, 24549) 
  AND lang_code = 'vi'

Query time 0.00890

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": 64,
          "filtered": 53.125,
          "attached_condition": "cscart_product_features_values.product_id in (44981,44971,44973,44974,44975,44985,44983,44984,44982,44858,44972,44976,44977,44978,44979,44980) and cscart_product_features_values.feature_id in (24550,24549) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
44858 24549 85618
44971 24549 85618
44972 24549 85618
44973 24549 85618
44974 24549 85619
44975 24549 85619
44976 24549 85619
44977 24549 85619
44978 24549 85620
44979 24549 85620
44980 24549 85620
44981 24549 85620
44982 24549 85621
44983 24549 85621
44984 24549 85621
44985 24549 85621
44858 24550 85622
44971 24550 85623
44972 24550 85624
44973 24550 85625
44974 24550 85622
44975 24550 85623
44976 24550 85624
44977 24550 85625
44978 24550 85622
44979 24550 85623
44980 24550 85624
44981 24550 85625
44982 24550 85622
44983 24550 85623
44984 24550 85624
44985 24550 85625