We can replace OR conditions with IN when each condition uses the = operator and restricts the same column, here major.
OR
IN
=
major
Make sure to pick major followed by = and then major, =.