N1QL - Indexes when using tokens to search in array field with SATISFIES

As you made it covered try this to avoid IntersectScan

ANY v IN searchKeyA SATISFIES v = “alpha” END AND “beta” IN searchKeyA AND “gama” IN searchKeyA;