diff --git a/vendor/magento/module-inventory-configurable-product/Pricing/Price/LowestPriceOptionsProvider/StockStatusBaseSelectProcessor.php    b/vendor/magento/module-inventory-configurable-product/Pricing/Price/LowestPriceOptionsProvider/StockStatusBaseSelectProcessor.php
--- a/vendor/magento/module-inventory-configurable-product/Pricing/Price/LowestPriceOptionsProvider/StockStatusBaseSelectProcessor.php	 
+++ b/vendor/magento/module-inventory-configurable-product/Pricing/Price/LowestPriceOptionsProvider/StockStatusBaseSelectProcessor.php	 
@@ -130,7 +130,6 @@
             );
         }
 
-        $select->where(sprintf('stock.%1s = ?', $isSalableColumnName), 1);
 
         return $select;
     }
