SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    35686, 35881, 35882, 35883, 35884, 35885, 
    35886
  ) 
  AND feature_id IN (23627) 
  AND lang_code = 'vi'

Query time 0.00919

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": 7,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 23627 and cscart_product_features_values.product_id in (35686,35881,35882,35883,35884,35885,35886) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
35686 23627 81930
35881 23627 81931
35882 23627 81932
35883 23627 81933
35884 23627 81934
35885 23627 81935
35886 23627 81936