SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    37131, 37130, 37132, 37133, 37129, 37128, 
    37127, 37126, 37125, 37092, 37121, 
    37122, 37124, 37123
  ) 
  AND feature_id IN (23774) 
  AND lang_code = 'vi'

Query time 0.12164

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": 14,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 23774 and cscart_product_features_values.product_id in (37131,37130,37132,37133,37129,37128,37127,37126,37125,37092,37121,37122,37124,37123) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
37092 23774 82577
37121 23774 82586
37122 23774 82587
37123 23774 82588
37124 23774 82589
37125 23774 82590
37126 23774 82578
37127 23774 82579
37128 23774 82580
37129 23774 82581
37130 23774 82582
37131 23774 82583
37132 23774 82584
37133 23774 82585