SELECT 
  cscart_bm_snapping.grid_id as grid_id, 
  cscart_bm_snapping.block_id as block_id, 
  IFNULL(
    dynamic_object_content.content, 
    default_content.content
  ) as content, 
  IFNULL(
    dynamic_object_content.object_id, 
    default_content.object_id
  ) AS object_id, 
  IFNULL(
    dynamic_object_content.object_type, 
    default_content.object_type
  ) AS object_type, 
  cscart_bm_block_statuses.object_ids as object_ids, 
  cscart_bm_snapping.*, 
  cscart_bm_blocks.*, 
  cscart_bm_blocks_descriptions.* 
FROM 
  cscart_bm_snapping 
  LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id 
  LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id 
  AND cscart_bm_block_statuses.object_type LIKE '' 
  LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id 
  LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code 
  AND default_content.snapping_id = 0 
  AND default_content.object_id = 0 
  AND default_content.object_type like '' 
  LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id 
  AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 0 
  AND dynamic_object_content.object_type like '' 
WHERE 
  cscart_bm_snapping.grid_id IN (
    87, 88, 177, 89, 90, 92, 213, 214, 301, 
    303, 302, 304, 305, 298, 299, 300
  ) 
  AND cscart_bm_blocks_descriptions.lang_code = 'en' 
  AND cscart_bm_blocks.company_id = 1 
ORDER BY 
  cscart_bm_snapping.order, 
  cscart_bm_snapping.block_id

Query time 0.00090

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_bm_snapping range grid_id grid_id 4 31 Using index condition; Using filesort
1 SIMPLE cscart_bm_block_statuses ref snapping_id snapping_id 4 toolboxdigitalshop_dev.cscart_bm_snapping.snapping_id 1 Using where
1 SIMPLE cscart_bm_blocks eq_ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_bm_snapping.block_id 1 Using where
1 SIMPLE cscart_bm_blocks_descriptions eq_ref PRIMARY PRIMARY 10 toolboxdigitalshop_dev.cscart_bm_snapping.block_id,const 1 Using where
1 SIMPLE default_content ref PRIMARY PRIMARY 18 toolboxdigitalshop_dev.cscart_bm_snapping.block_id,const,toolboxdigitalshop_dev.cscart_bm_blocks_descriptions.lang_code,const 1 Using where
1 SIMPLE dynamic_object_content ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_bm_snapping.block_id 1 Using where

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id fpc_exclude_cache storefront_id lang_code name
303 16 0 543 0 A template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 1 N 1 en Logo
89 16 0 98 top-logo 0 A template a:1:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";} 1 N 1 en Logo
304 24 0 544 0 A template a:1:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";} 1 N 1 en Copyright
92 84 a:1:{s:4:"menu";s:1:"3";} 0 234 top-menu 0 A menu a:3:{s:8:"template";s:35:"blocks/menu/dropdown_horizontal.tpl";s:30:"dropdown_second_level_elements";s:2:"12";s:29:"dropdown_third_level_elements";s:1:"6";} 1 N 1 en Main Navigation
302 87 a:1:{s:7:"content";s:126:"<div id="banner" style="width:728px; margin:0 auto;"> <script src="/banner_proxy.php?count=1" data-no-defer></script> </div>";} 0 539 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en Advert Banner
88 98 0 270 0 D countries a:2:{s:8:"template";s:53:"addons/restricted_countries/blocks/country_picker.tpl";s:4:"text";s:0:"";} 1 N 1 en Countries
305 101 a:1:{s:7:"content";s:418:"<a href="https://twitter.com/TBDigitalShop" target="_blank"><i class="fa fa-twitter"></i></a> <a href="https://www.facebook.com/ToolboxDigital" target="_blank"><i class="fa fa-facebook-official"></i></a> <a href="https://www.youtube.com/user/ToolboxDigital" target="_blank"><i class="fa fa-youtube-play"></i></a> <a href="https://soundcloud.com/toolboxdigital" target="_blank"><i class="fa fa-soundcloud"></i></a> ";} 0 545 tb-footer-social-links 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 N 1 en TBDS Social Links
214 112 a:1:{s:5:"items";a:3:{s:7:"filling";s:24:"label_manager_topsellers";s:5:"limit";s:2:"10";s:3:"cid";s:0:"";}} 0 570 blocks/wrappers/sidebox_important_player_buttons.tpl 0 A products a:4:{s:8:"template";s:28:"blocks/products/products.tpl";s:11:"item_number";s:1:"Y";s:12:"hide_options";s:1:"Y";s:23:"hide_add_to_cart_button";s:1:"N";} 1 N 1 en Label Top 10
90 122 a:1:{s:7:"content";s:87:"<a href="{"toolbox.view"|fn_url}" title="My Toolbox" class="tb-my-toolbox-btn">MYTB</a>";} 0 538 tb-my-toolbox-btn-wrapper 0 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 N 1 en My Toolbox Button
301 123 a:1:{s:4:"menu";s:1:"6";} 0 540 blocks/wrappers/footer_general.tpl tb-footer-company-menu 0 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 1 N 1 en Company
299 125 a:1:{s:4:"menu";s:1:"5";} 0 542 0 A menu a:1:{s:8:"template";s:27:"blocks/menu/inline_menu.tpl";} 1 N 1 en Footer Navigation
213 175 a:1:{s:7:"content";s:364:"<div id="banner" style="max-width:728px; margin:0 auto; padding-bottom:40px;"> <a href="https://moreonthedoor.com/events/20-years-of-vicious-circle-toolbox-and-sin-ergy/" target="_blank"><img src="https://www.toolboxdigitalshop.com/design/themes/toolbox/media/images/20YEARS_banner.gif" width="728" height="90" title="Resurrection" alt="Resurrection"></a> </div>";} 0 653 0 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en Ad Takeover Banner
213 19 0 330 blocks/wrappers/mainbox_general_with_tabs.tpl tb-wrapper-visible tb-wrapper-visible-releases 1 A main 1 N 1 en Main Content
90 38 0 100 top-cart-content 1 A cart_content a:5:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";s:20:"generate_block_title";s:1:"Y";} 1 Y 1 en Cart content
301 124 a:1:{s:4:"menu";s:1:"7";} 0 541 blocks/wrappers/footer_general.tpl tb-footer-music-menu 1 A menu a:2:{s:8:"template";s:26:"blocks/menu/text_links.tpl";s:18:"show_items_in_line";s:1:"N";} 1 N 1 en Music
299 170 a:1:{s:7:"content";s:413:"<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Toolbox Digital - Banner --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9922832759645585" data-ad-slot="4518495638" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>";} 0 619 1 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en AdSense - Banner
214 174 a:1:{s:7:"content";s:266:"<a href="https://moreonthedoor.com/events/20-years-of-vicious-circle-toolbox-and-sin-ergy/" target="_blank"><img src="https://www.toolboxdigitalshop.com/design/themes/toolbox/media/images/20years_tbsd-sidebar.jpg" style="max-width:400px; margin:47px 0 0 60px" /></a>";} 0 659 1 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 N 1 en Sidebar Advert
90 35 a:1:{s:4:"text";s:0:"";} 0 95 top-currencies 2 A currencies a:3:{s:8:"template";s:21:"blocks/currencies.tpl";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"3";} 1 N 1 en Currencies
88 87 a:1:{s:7:"content";s:126:"<div id="banner" style="width:728px; margin:0 auto;"> <script src="/banner_proxy.php?count=1" data-no-defer></script> </div>";} 0 258 banners 2 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en Advert Banner
177 99 a:1:{s:7:"content";s:807:"<div class="applinks-container"><br><br><img src="images/andriod-250h.png" class="phoneimg"> <h2>Toolbox Digital strive to give you the best hard dance music out there. </h2> <h2>Whether it's hard dance, hard house, hard trance, hardcore or hardstyle we stock it and have the best exclusive releases available as 320kbps MP3 or 44,100 Hz WAV.</h2> <p>Why not download one of our mobile apps...</p> <div style="clear:both"> <a href="https://itunes.apple.com/gb/app/toolbox-digital-shop/id844251164"><img src="images/ios.png" style="width:355px; height:100px;" alt="Download from iTunes" ></a> <a href="https://play.google.com/store/apps/details?id=com.therandomagency.toolboxmobile"><img src="images/google.png" style="width:355px; height:100px;" alt="Download from Google Play" ></a></div> <br><br></div>";} 0 272 applinks 2 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en App Links
213 145 a:1:{s:5:"items";a:2:{s:7:"filling";s:20:"label_manager_latest";s:5:"limit";s:1:"1";}} 0 571 blocks/wrappers/mainbox_general_no_title.tpl tb-visible-label tb-visible-featured 2 A products a:3:{s:8:"template";s:28:"blocks/products/showcase.tpl";s:15:"thumbnail_width";s:3:"200";s:23:"hide_add_to_cart_button";s:1:"N";} 1 N 1 en Latest Release
214 172 a:1:{s:7:"content";s:393:"<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-9922832759645585" data-ad-slot="6817355918"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>";} 0 630 2 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en AdSense - Styled
302 172 a:1:{s:7:"content";s:393:"<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid" data-ad-client="ca-pub-9922832759645585" data-ad-slot="6817355918"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>";} 0 624 2 A html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en AdSense - Styled
90 28 0 96 blocks/wrappers/onclick_dropdown.tpl top-my-account 3 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 1 Y 1 en My Account
87 101 a:1:{s:7:"content";s:418:"<a href="https://twitter.com/TBDigitalShop" target="_blank"><i class="fa fa-twitter"></i></a> <a href="https://www.facebook.com/ToolboxDigital" target="_blank"><i class="fa fa-facebook-official"></i></a> <a href="https://www.youtube.com/user/ToolboxDigital" target="_blank"><i class="fa fa-youtube-play"></i></a> <a href="https://soundcloud.com/toolboxdigital" target="_blank"><i class="fa fa-soundcloud"></i></a> ";} 0 277 tbds-social-links 3 D smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 N 1 en TBDS Social Links
213 146 a:1:{s:5:"items";a:2:{s:7:"filling";s:20:"label_manager_latest";s:5:"limit";s:2:"20";}} 0 572 blocks/wrappers/mainbox_general.tpl tb-visible-label tb-visible-featured 3 A products a:6:{s:8:"template";s:43:"blocks/products/products_scroller_slick.tpl";s:10:"show_price";s:1:"Y";s:13:"item_quantity";s:1:"5";s:15:"thumbnail_width";s:3:"422";s:5:"style";s:5:"multi";s:23:"hide_add_to_cart_button";s:1:"N";} 1 N 1 en Latest Releases
214 157 a:1:{s:7:"content";s:1110:"<!-- Begin MailChimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css"> <div id="mc_embed_signup"> <form action="https://toolboxdigitalshop.us18.list-manage.com/subscribe/post?u=648c2232e947f4588e3c9dd7e&amp;id=9b6d4d9d09" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <label for="mce-EMAIL">Subscribe to our mailing list</label> <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_648c2232e947f4588e3c9dd7e_9b6d4d9d09" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div> <!--End mc_embed_signup-->";} 0 603 3 D html_block a:1:{s:8:"template";s:21:"blocks/html_block.tpl";} 1 N 1 en Mailchimp Horizontal Signup Form
90 37 0 99 top-search 4 A template a:1:{s:8:"template";s:34:"blocks/static_templates/search.tpl";} 1 N 1 en Search
213 139 a:1:{s:7:"content";s:259:"<div class="tb-dj-chart-block"> <h6 class="tb-dj-chart-title">Submit Your DJ Chart</h6> <div class="tb-dj-chart-btn-wrapper"> <a href="http://www.toolboxdigitalshop.com/submit-dj-chart.html" class="tb-dj-chart-btn">Click Here</a> </div> </div>";} 0 569 4 A smarty_block a:1:{s:8:"template";s:23:"blocks/smarty_block.tpl";} 1 N 1 en Submit Your DJ Chart