SELECT 
  cscart_products.*, 
  cscart_product_descriptions.*, 
  MIN(
    IF(
      cscart_product_prices.percentage_discount = 0, 
      cscart_product_prices.price, 
      cscart_product_prices.price - (
        cscart_product_prices.price * cscart_product_prices.percentage_discount
      )/ 100
    )
  ) as price, 
  GROUP_CONCAT(
    CASE WHEN (
      cscart_products_categories.link_type = 'M'
    ) THEN CONCAT(
      cscart_products_categories.category_id, 
      'M'
    ) ELSE cscart_products_categories.category_id END 
    ORDER BY 
      cscart_categories.storefront_id IN (0, 1) DESC, 
      (
        cscart_products_categories.link_type = 'M'
      ) DESC, 
      cscart_products_categories.category_position ASC, 
      cscart_products_categories.category_id ASC
  ) as category_ids, 
  popularity.total as popularity, 
  companies.company as company_name, 
  cscart_product_sales.amount as sales_amount, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path, 
  MIN(point_prices.point_price) as point_price, 
  cscart_product_review_prepared_data.average_rating average_rating, 
  cscart_product_review_prepared_data.reviews_count product_reviews_count, 
  cscart_discussion.type as discussion_type 
FROM 
  cscart_products 
  LEFT JOIN cscart_product_prices ON cscart_product_prices.product_id = cscart_products.product_id 
  AND cscart_product_prices.lower_limit = 1 
  AND cscart_product_prices.usergroup_id IN (0, 0, 1) 
  LEFT JOIN cscart_product_descriptions ON cscart_product_descriptions.product_id = cscart_products.product_id 
  AND cscart_product_descriptions.lang_code = 'tr' 
  LEFT JOIN cscart_companies as companies ON companies.company_id = cscart_products.company_id 
  INNER JOIN cscart_products_categories ON cscart_products_categories.product_id = cscart_products.product_id 
  INNER JOIN cscart_categories ON cscart_categories.category_id = cscart_products_categories.category_id 
  AND cscart_categories.storefront_id IN (0, 1) 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND (
    cscart_products.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_products.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_products.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  AND cscart_products.status IN ('A', 'H') 
  LEFT JOIN cscart_product_popularity as popularity ON popularity.product_id = cscart_products.product_id 
  LEFT JOIN cscart_product_sales ON cscart_product_sales.product_id = cscart_products.product_id 
  AND cscart_product_sales.category_id = 734 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = 1127 
  AND cscart_seo_names.type = 'p' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'tr' 
  LEFT JOIN cscart_product_point_prices as point_prices ON point_prices.product_id = cscart_products.product_id 
  AND point_prices.lower_limit = 1 
  AND point_prices.usergroup_id IN (0, 0, 1) 
  LEFT JOIN cscart_product_review_prepared_data ON cscart_product_review_prepared_data.product_id = cscart_products.product_id 
  AND cscart_product_review_prepared_data.storefront_id = 0 
  LEFT JOIN cscart_discussion ON cscart_discussion.object_id = cscart_products.product_id 
  AND cscart_discussion.object_type = 'P' 
WHERE 
  cscart_products.product_id = 1127 
  AND (
    companies.status IN ('A') 
    OR cscart_products.company_id = 0
  ) 
GROUP BY 
  cscart_products.product_id

Query time 0.00076

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_products const PRIMARY,status PRIMARY 3 const 1
1 SIMPLE popularity const PRIMARY,total PRIMARY 3 const 1
1 SIMPLE cscart_product_sales const PRIMARY,pa PRIMARY 6 const,const 1
1 SIMPLE cscart_product_prices ref usergroup,product_id,lower_limit,usergroup_id product_id 3 const 1 Using where
1 SIMPLE cscart_product_descriptions const PRIMARY,product_id PRIMARY 9 const,const 1 Using where
1 SIMPLE companies eq_ref PRIMARY PRIMARY 4 const 1 Using where
1 SIMPLE cscart_products_categories ref PRIMARY,pt pt 3 const 1
1 SIMPLE cscart_categories eq_ref PRIMARY,c_status,p_category_id PRIMARY 3 hobilifedt.cscart_products_categories.category_id 1 Using where
1 SIMPLE cscart_seo_names ref PRIMARY,dispatch PRIMARY 206 const,const,const,const 1 Using where
1 SIMPLE point_prices range unique_key,src_k unique_key 8 2 Using where; Using join buffer (flat, BNL join)
1 SIMPLE cscart_product_review_prepared_data const PRIMARY PRIMARY 7 const,const 1
1 SIMPLE cscart_discussion const object_id object_id 6 const,const 1 Using where

Result

product_id product_code product_type status company_id list_price amount weight length width height shipping_freight low_avail_limit timestamp updated_timestamp usergroup_ids is_edp edp_shipping unlimited_download tracking free_shipping zero_price_action is_pbp is_op is_oper is_returnable return_period avail_since out_of_stock_actions localization min_qty max_qty qty_step list_qty_count tax_ids age_verification age_limit options_type exceptions_type details_layout shipping_params facebook_obj_type parent_product_id buy_now_url tenant_id lang_code product shortname short_description full_description meta_keywords meta_description search_words page_title age_warning_message promo_text price category_ids popularity company_name sales_amount seo_name seo_path point_price average_rating product_reviews_count discussion_type
1127 P A 3 0.00 1 0.000 0 0 0 0.00 0 1718073684 1718077812 0 N N N N Y N N Y 10 0 N 7 N 0 default a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:0;s:9:"box_width";i:0;s:10:"box_height";i:0;} activity 0 0 tr SU RADYATÖRÜ BSG 17118617905 <h2>SU RADYATÖRÜ BMW F10-F11-F18-F01-F02 BSG 17118617905</h2> <p><strong>Araç bakımınızı en üst düzeye çıkarmak ve sürüş deneyiminizi mükemmelleştirmek için ihtiyacınız olan her şey burada!</strong> <a href="https://www.hobilife.com">Hobilife.com</a>, araç tutkunları için mükemmel bir alışveriş deneyimi sunar. En geniş yedek parça yelpazesiyle, aradığınız her şeyi bulabileceğiniz bir online mağaza.</p> <h2>BMW F10-F11-F18-F01-F02 Yedek Parça Fiyatları</h2> <p><strong>Sürekli güncellenen envanterimizle</strong>, her marka ve modele uygun yüksek kaliteli yedek parçaları en rekabetçi fiyatlarla sunuyoruz. <strong>BMW F10, F11, F18, F01 ve F02 modelleri</strong> için özel olarak tasarlanmış yedek parçalar, aracınızın performansını en üst düzeye çıkarmanıza yardımcı olur. Otomotiv dünyasının lider markalarının ürünleri arasından seçim yapın ve aracınızı en üst performansla donatın. Motor parçalarından fren sistemlerine, iç aksamdan dış aksama kadar geniş ürün yelpazemizle, her ihtiyacınıza uygun çözümler sunuyoruz.</p> <h2>Motor Su Radyatörü Fiyatları</h2> <p><strong>BMW F10, F11, F18, F01 ve F02 modelleri için su radyatörü</strong> gibi yedek parçalar, araç performansınızı artırmak için hayati öneme sahiptir. Profesyonel ekiplerimiz, müşteri memnuniyetini ön planda tutarak size en iyi hizmeti sunmak için burada. Hızlı ve güvenilir teslimatımızla, ihtiyaç duyduğunuz her şeyi en kısa sürede kapınıza getiriyoruz. <strong>Motor su radyatörü fiyatları</strong> hakkında daha fazla bilgi almak ve en iyi teklifi almak için sitemizi ziyaret edin.</p> <h3>Hayalinizdeki Sürüş Deneyimini Gerçeğe Dönüştürün</h3> <p>Hayalinizdeki sürüş deneyimini gerçeğe dönüştürmek için şimdi alışverişe başlayın! <strong>Hobilife.com ile yedek parça alışverişinde bir adım öne geçin ve aracınızı en iyi şekilde bakımlı tutun.</strong> BMW F10, F11, F18, F01 ve F02 modelleri için özel olarak seçtiğimiz su radyatörleri, aracınızın performansını ve güvenliğini artırır.</p> <h3>Neden Hobilife.com?</h3> <ul><li><strong>Geniş Ürün Yelpazesi:</strong> Her marka ve modele uygun yedek parçalar.</li><li><strong>Rekabetçi Fiyatlar:</strong> En iyi fiyatlarla yüksek kaliteli ürünler.</li><li><strong>Hızlı ve Güvenilir Teslimat:</strong> Siparişlerinizi en kısa sürede kapınıza getiriyoruz.</li><li><strong>Müşteri Memnuniyeti:</strong> Profesyonel ekiplerimizle en iyi hizmet.</li></ul> <p><strong>BMW F10-F11-F18-F01-F02 su radyatörü</strong> gibi yedek parça ihtiyaçlarınız için Hobilife.com'u tercih edin ve aracınızın performansını en üst düzeye çıkarın. Şimdi <a href="https://www.hobilife.com/yedek-parcalar/sogutma-parcalari/motor-su-radyatoru/bmw/" rel="noreferrer">BMW Su Radyatörlerini İnceleyin</a> ve aracınız için en iyisini seçin!</p> 3920.000000 734M 7059 Yedek Parça Pazar 0 su-radyatoru-bsg-17118617905 603/557/734 D