QUERY PLAN
Sort (cost=8.62..8.62 rows=1 width=25)
Sort Key: (array_position('{1011,5360,5252,5388,5445}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..8.61 rows=1 width=25)
Filter: ((user_status = '1'::type_global_user_status) AND (id = ANY ('{1011,5360,5252,5388,5445}'::integer[])))