One query to get textual information, name, description and image? Well, it depends on your database table design. If those information are in a single table, do something like this:
SELECT textual_information,name,description,image FROM table_name WHERE condition...