SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12102, 12103, 12104, 12105, 12106, 12107, 
    12108, 12109, 12110, 12111, 12112, 
    12113, 12114, 12115
  ) 
  AND feature_id IN (553, 622) 
  AND lang_code = 'en'

Query time 0.00327

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.45"
    },
    "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",
      "used_key_parts": [
        "feature_id",
        "product_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 53,
      "rows_produced_per_join": 22,
      "filtered": "42.69",
      "using_index": true,
      "cost_info": {
        "read_cost": "10.19",
        "eval_cost": "2.26",
        "prefix_cost": "12.45",
        "data_read_per_join": "17K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (12102,12103,12104,12105,12106,12107,12108,12109,12110,12111,12112,12113,12114,12115)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (553,622)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12102 553 1324
12103 553 1324
12104 553 1324
12105 553 1324
12106 553 1324
12107 553 1324
12108 553 1324
12109 553 2197
12110 553 2197
12111 553 2197
12112 553 2197
12113 553 2197
12114 553 2197
12115 553 2197
12102 622 2154
12103 622 2158
12104 622 2159
12105 622 2160
12106 622 2155
12107 622 2156
12108 622 2157
12109 622 2154
12110 622 2158
12111 622 2159
12112 622 2160
12113 622 2155
12114 622 2156
12115 622 2157