There isn't by default. See
here for a list of iTunes shortcuts.
However, if you close iTunes and run the following command in Terminal, it will assign CMD+F to jump to the iTunes search field when iTunes is the foremost window:
Code:
defaults write com.apple.iTunes \
NSUserKeyEquivalents -dict-add "Target Search Field" "@F"