List_B = {"c", "e"};
List_C = (DATABASE[(List_A.contains(List_B .get(0)) && List_A.contains(List_B.get(1)))].ID).getall();
I made a test app for support that uses this exact same functionality:
Use the "Select" form to enter two elements. You will find the alerted result is empty.