WordPress Shortcode to display featured images only

The plugin you’re using Display Posts Shortcode does include a parameter to disable post titles: include_title="false"

So your shortcode would look like this:

[display-posts category="OSH" include_title="false" image_size="standard"]

Hope that helps.