Got it working. Instead of using an array I just had to check each feature in its own query
"template=restaurant_features=1052|1053|1054|1115"
will return restaurants with any of those features
vs
"template=restaurant_features=1052, restaurant_features=1053, restaurant_features=1054, restaurant_features=1115"
will return restaurants with ALL of those features