Hence jmodic's comment. Funny thing about the optimizer, sometimes it does know best.

I would measure the time it takes to execute the query and not worry about the cost in this particular case. I would execute the query with the FTS 5 times in a row and average the last four. I would do the same for the HINTed query. See which one yields better performance.