And I got it. ACF makes meta value looks like:
a:3:{i:0;s:10:"value1";i:1;s:11:"value2";i:2;s:15:"value3";
So it is why I can't use "=" instead of LIKE. It is also why I can't use IN.
IN works like "=", but it works in array. Is there LIKE for arrays?