Not sure if there are other quicker way, but you can change the data type for your demand_id from Number to String, then use is operator and paste the list of the id that you want to filter and select all matching.
Even in string, how do I add multiple values?
I need to filter for around 100 values, so I need some way to copy paste the filter string instead of keep selecting multiple values..
TIA