You need to change layout of the catalog_product_view.xml
Override this layout in your custom module or theme and do the below changes:
if you want to display product details page 2column right then change file is catalog_product_view.xml
set layout value layout="2columns-right" inside node.
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
File path for layout change -
app/design/frontend/{Package}/{theme}/Magento_Catalog/layout/catalog_product_view.xml