BITMAP CONVERSION TO ROWIDS operation is certainly irritating developers and DBAs, and many times it is performing very badly.

There are couple of ways you can eliminate this operation.
1. Run the SQL with 10053 trace event and examine the trace file.
2. Check the indexes have proper statistics. You can increase the “blevel” or leaf blocks values in one of the indexes (or both). Try one at a time.