SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    48115, 48114, 48113, 48112, 48111, 48067, 
    48116, 48117, 48118, 48119, 48120, 
    48121
  ) 
  AND feature_id IN (24881, 24882) 
  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": 24,
          "filtered": 51.5835762,
          "attached_condition": "cscart_product_features_values.product_id in (48115,48114,48113,48112,48111,48067,48116,48117,48118,48119,48120,48121) and cscart_product_features_values.feature_id in (24881,24882) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
48067 24881 86789
48111 24881 86789
48112 24881 86789
48113 24881 86790
48114 24881 86790
48115 24881 86790
48116 24881 86791
48117 24881 86791
48118 24881 86791
48119 24881 86792
48120 24881 86792
48121 24881 86792
48067 24882 86793
48111 24882 86794
48112 24882 86795
48113 24882 86793
48114 24882 86794
48115 24882 86795
48116 24882 86793
48117 24882 86794
48118 24882 86795
48119 24882 86793
48120 24882 86794
48121 24882 86795