SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    431561, 431562, 431563, 431564, 431565, 
    431566, 431567, 431568, 431569, 431587, 
    431588, 431589, 431590, 431591, 431592, 
    431593, 431594, 431595, 431596, 431597, 
    431598, 431599, 431600, 431601, 431602, 
    431603, 431604
  ) 
  AND feature_id IN (626, 860) 
  AND lang_code = 'en'

Query time 0.00290

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "22.74"
    },
    "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": "lang_code",
      "used_key_parts": [
        "lang_code",
        "feature_id",
        "product_id"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 54,
      "rows_produced_per_join": 54,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "11.95",
        "eval_cost": "10.80",
        "prefix_cost": "22.75",
        "data_read_per_join": "41K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features_values`.`product_id` in (431561,431562,431563,431564,431565,431566,431567,431568,431569,431587,431588,431589,431590,431591,431592,431593,431594,431595,431596,431597,431598,431599,431600,431601,431602,431603,431604)) and (`webmarco`.`cscart_product_features_values`.`feature_id` in (626,860)) and (`webmarco`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
431561 626 7160
431562 626 7168
431563 626 7161
431564 626 7162
431565 626 7163
431566 626 7164
431567 626 7165
431568 626 7166
431569 626 7167
431587 626 7168
431588 626 7168
431589 626 7160
431590 626 7160
431591 626 7161
431592 626 7161
431593 626 7162
431594 626 7162
431595 626 7163
431596 626 7163
431597 626 7164
431598 626 7164
431599 626 7165
431600 626 7165
431601 626 7166
431602 626 7166
431603 626 7167
431604 626 7167
431561 860 64236
431562 860 64236
431563 860 64236
431564 860 64236
431565 860 64236
431566 860 64236
431567 860 64236
431568 860 64236
431569 860 64236
431587 860 64545
431588 860 65265
431589 860 64545
431590 860 65265
431591 860 64545
431592 860 65265
431593 860 64545
431594 860 65265
431595 860 64545
431596 860 65265
431597 860 64545
431598 860 65265
431599 860 64545
431600 860 65265
431601 860 64545
431602 860 65265
431603 860 64545
431604 860 65265