SELECT 
  ushop_bm_snapping.grid_id as grid_id, 
  ushop_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, 
  ushop_bm_block_statuses.object_ids as object_ids, 
  ushop_bm_snapping.*, 
  ushop_bm_blocks.*, 
  ushop_bm_blocks_descriptions.* 
FROM 
  ushop_bm_snapping 
  LEFT JOIN ushop_bm_blocks ON ushop_bm_blocks.block_id = ushop_bm_snapping.block_id 
  LEFT JOIN ushop_bm_block_statuses ON ushop_bm_snapping.snapping_id = ushop_bm_block_statuses.snapping_id 
  AND ushop_bm_block_statuses.object_type LIKE 'products' 
  LEFT JOIN ushop_bm_blocks_descriptions ON ushop_bm_blocks.block_id = ushop_bm_blocks_descriptions.block_id 
  LEFT JOIN ushop_bm_blocks_content AS default_content ON ushop_bm_blocks.block_id = default_content.block_id 
  AND ushop_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 ushop_bm_blocks_content AS dynamic_object_content ON ushop_bm_blocks.block_id = dynamic_object_content.block_id 
  AND ushop_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code 
  AND dynamic_object_content.object_id = 190 
  AND dynamic_object_content.object_type like 'products' 
WHERE 
  ushop_bm_snapping.grid_id IN (
    250, 251, 252, 253, 254, 255, 256, 1080, 
    1079, 259, 260, 261, 262, 263, 265, 264, 
    266, 312, 313, 316, 317, 314, 315
  ) 
  AND ushop_bm_blocks_descriptions.lang_code = 'es' 
ORDER BY 
  ushop_bm_snapping.order, 
  ushop_bm_snapping.block_id

Query time 0.00133

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "ushop_bm_snapping.`order`, ushop_bm_snapping.block_id",
            "table": {
              "table_name": "ushop_bm_snapping",
              "access_type": "range",
              "possible_keys": ["grid_id"],
              "key": "grid_id",
              "key_length": "4",
              "used_key_parts": ["grid_id"],
              "rows": 32,
              "filtered": 100,
              "index_condition": "ushop_bm_snapping.grid_id in (250,251,252,253,254,255,256,1080,1079,259,260,261,262,263,265,264,266,312,313,316,317,314,315)"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "ushop_bm_blocks",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["ushop_shopping.ushop_bm_snapping.block_id"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "ushop_bm_blocks_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["block_id", "lang_code"],
          "ref": ["ushop_shopping.ushop_bm_snapping.block_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "ushop_bm_blocks_descriptions.lang_code = 'es'"
        }
      },
      {
        "table": {
          "table_name": "ushop_bm_block_statuses",
          "access_type": "ref",
          "possible_keys": ["snapping_id"],
          "key": "snapping_id",
          "key_length": "4",
          "used_key_parts": ["snapping_id"],
          "ref": ["ushop_shopping.ushop_bm_snapping.snapping_id"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(ushop_bm_snapping.snapping_id = ushop_bm_block_statuses.snapping_id and ushop_bm_block_statuses.object_type like 'products')"
        }
      },
      {
        "table": {
          "table_name": "default_content",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "18",
          "used_key_parts": ["block_id", "snapping_id", "lang_code", "object_id"],
          "ref": [
            "ushop_shopping.ushop_bm_snapping.block_id",
            "const",
            "ushop_shopping.ushop_bm_blocks_descriptions.lang_code",
            "const"
          ],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(default_content.object_type like '')"
        }
      },
      {
        "table": {
          "table_name": "dynamic_object_content",
          "access_type": "ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "4",
          "used_key_parts": ["block_id"],
          "ref": ["ushop_shopping.ushop_bm_snapping.block_id"],
          "rows": 4,
          "filtered": 100,
          "attached_condition": "trigcond(dynamic_object_content.lang_code = ushop_bm_blocks_descriptions.lang_code and dynamic_object_content.object_id = 190 and dynamic_object_content.object_type like 'products')"
        }
      }
    ]
  }
}

Result

grid_id block_id content object_id object_type object_ids snapping_id wrapper user_class order status type properties company_id storefront_id lang_code name
250 71 0 287 0 A geo_maps_customer_location a:5:{s:8:"template";s:44:"addons/geo_maps/blocks/customer_location.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"110";s:22:"skeleton_height_tablet";s:3:"110";s:22:"skeleton_height_mobile";s:1:"0";} 0 1 es Ubicación
1079 71 0 1271 hidden-tablet hidden-desktop 0 A geo_maps_customer_location a:5:{s:8:"template";s:44:"addons/geo_maps/blocks/customer_location.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"110";s:22:"skeleton_height_tablet";s:3:"110";s:22:"skeleton_height_mobile";s:1:"0";} 0 1 es Ubicación
256 71 0 1270 0 A geo_maps_customer_location a:5:{s:8:"template";s:44:"addons/geo_maps/blocks/customer_location.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:3:"110";s:22:"skeleton_height_tablet";s:3:"110";s:22:"skeleton_height_mobile";s:1:"0";} 0 1 es Ubicación
251 72 a:1:{s:4:"menu";s:1:"1";} 0 288 top-quick-links hidden-phone 0 A menu a:18:{s:8:"template";s:48:"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl";s:19:"abt_menu_long_names";s:1:"N";s:29:"abt_menu_long_names_max_width";s:3:"100";s:40:"abt__menu_add_horizontal_scroll_sections";s:1:"Y";s:21:"abt__ut2_filling_type";s:14:"column_filling";s:22:"abt__ut2_columns_count";s:1:"4";s:30:"dropdown_second_level_elements";s:2:"30";s:29:"dropdown_third_level_elements";s:2:"30";s:40:"abt__no_hidden_elements_third_level_view";s:1:"5";s:31:"abt__ut2_view_more_btn_behavior";s:10:"view_items";s:19:"abt_menu_icon_items";s:1:"N";s:22:"abt__menu_compact_view";s:1:"N";s:24:"abt__ut2_menu_min_height";s:3:"490";s:22:"abt__ut2_demo_block_id";s:8:"top_menu";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:27:"open_on_sticky_panel_button";s:1:"N";} 0 1 es Menú principal
253 75 0 291 top-logo 0 A template a:2:{s:8:"template";s:32:"blocks/static_templates/logo.tpl";s:17:"abt__ut2_fly_menu";s:8:"top_logo";} 0 1 es Logo
255 82 0 296 ut2-top-my-account 0 A my_account a:1:{s:8:"template";s:21:"blocks/my_account.tpl";} 0 1 es Mi cuenta
260 83 0 301 blocks/wrappers/footer_general.tpl 0 D template a:1:{s:8:"template";s:44:"blocks/static_templates/my_account_links.tpl";} 0 1 es Mi cuenta
263 86 a:1:{s:7:"content";s:953:"<ul> <li><a href="https://ushop.shopping/acerca-de-ushop" class="ty-exception__links-a">UShop</a></li> <li><a href="https://pt.m.wikipedia.org/wiki/UShop_(Com%C3%A9rcio_eletr%C3%B4nico)" class="ty-exception__links-a">UShop Wikipedia (BR)</a></li> <li><a href="https://ushop.shopping/terminos-y-condiciones" class="ty-exception__links-a">Términos y condiciones UShop</a></li> <li><a href="https://ushop.shopping/terminos-y-condiciones-marketplace" class="ty-exception__links-a">Términos y condiciones del MarketPlace</a></li> <li><a href="https://ushop.shopping/politica-de-privacidad" class="ty-exception__links-a"> Política de privacidad</a></li> <li><a href="https://ushop.shopping/politica-de-devolucion" class="ty-exception__links-a">Política de devolución</a></li> <li><a href="https://ushop.shopping/politica-de-envio" class="ty-exception__links-a">Política de envío</a></li> </ul>";} 0 304 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 0 A safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Más información
260 201 a:1:{s:7:"content";s:512:"<address id="contacto_footer" class="ty-footer-menu__item" style="font-style: normal;"> <a href="mailto:info@ushop.shopping" title="Enviar correo a UShop">info@ushop.shopping</a><br> Tel. <a href="tel:+59892873178" title="Llamar a UShop">+59892873178</a><br> Ubicación: <a href="https://maps.app.goo.gl/ctAUCb3zsEg94MVd6" title="Ver nuestra ubicación en Google Maps" target="_blank" rel="noopener noreferrer"> Diego Young 3018, Young, Río Negro, Uruguay. </a> </address> ";} 0 1267 blocks/wrappers/footer_general.tpl 0 A safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Contacto
1080 203 a:1:{s:7:"content";s:484:"<style> @media (max-width: 767.98px){ .u-mobile-separator{ height: 2px; /* el alto del separador */ margin-top: 2px; /* separación solo arriba */ margin-bottom: 0 !important; /* sin separación abajo */ border-top: 1px solid rgba(0,0,0,.08); background: transparent; } } @media (min-width: 768px){ .u-mobile-separator{ display:none !important; } } </style> <div class="u-mobile-separator" aria-hidden="true"></div>";} 0 1273 hidden-tablet hidden-desktop 0 A html_block a:5:{s:8:"template";s:21:"blocks/html_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Separador 50px
253 7 0 293 1 A template a:5:{s:8:"template";s:34:"blocks/static_templates/search.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Buscar
251 73 a:1:{s:4:"text";s:0:"";} 0 289 top-currencies 1 A currencies a:7:{s:8:"template";s:21:"blocks/currencies.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:6:"format";s:6:"symbol";s:14:"dropdown_limit";s:1:"0";} 0 1 es Moneda
255 77 0 294 top-buttons-grid hidden-phone 1 A template a:5:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__top_buttons.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es AB: Botones Comparar y Favoritos
261 84 a:1:{s:7:"content";s:506:"<ul id="demo_store_links"> <li class="ty-footer-menu__item"><a href="https://ushop.shopping"> Inicio</a></li> <li class="ty-footer-menu__item"><a href="https://ushop.shopping/descarga-la-app-de-ushop">App</a></li> <li class="ty-footer-menu__item"><a href="https://ushop.shopping/blog">Blog</a></li> <li class="ty-footer-menu__item"><a href=" ">MarketPlace </a></li> <li class="ty-footer-menu__item"><a href="https://ushop.shopping/publicidad-en-vitrina">Publicidad en UShop</a></li> </ul>";} 0 302 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 1 A safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Shopping
314 134 0 355 1 A template a:6:{s:8:"template";s:49:"blocks/static_templates/abt__ut2__title_block.tpl";s:20:"abt__ut_center_title";s:1:"N";s:29:"abt__ut_title_line_decoration";s:1:"N";s:22:"abt__ut_big_size_title";s:3:"big";s:21:"abt__ut_title_opacity";s:1:"N";s:22:"abt__ut2_demo_block_id";s:0:"";} 0 1 es Te puede interesar
315 135 a:1:{s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:70:"161,163,226,223,246,169,224,225,120,125,240,175,215,248,94,173,190,189";}} 0 356 1 A products a:11:{s:8:"template";s:33:"blocks/products/ab__grid_list.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"6";s:21:"abt__ut2_loading_type";s:18:"onclick_and_scroll";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 es Más populares
316 138 a:3:{s:5:"width";s:0:"";s:6:"height";s:0:"";s:5:"items";a:2:{s:7:"filling";s:8:"manually";s:8:"item_ids";s:11:"49,48,50,47";}} 0 359 1 A banners a:12:{s:8:"template";s:57:"addons/abt__unitheme2/blocks/abt__ut2_banner_multiple.tpl";s:6:"margin";s:1:"0";s:6:"height";s:5:"250px";s:13:"height_mobile";s:5:"250px";s:13:"minimal_width";s:5:"320px";s:19:"multiple_mode_items";s:1:"3";s:10:"navigation";s:1:"L";s:5:"delay";s:1:"0";s:22:"abt__ut2_demo_block_id";s:9:"banner_18";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Banner en el producto
317 139 a:1:{s:7:"content";s:1156:"<div class="row-fluid benefits"> <div class="span5 benefit delivery"> <i class="ut2-icon-outline-local_shipping"></i> <div class="content"> <header><a href="{"pages.view?page_id=22"|fn_url}" rel="nofollow">Envíos gratuitos</a></header> <p>Encontrá y disfrutá miles de envíos gratuitos y personalizados a todo el país.</p> </div> </div> <div class="span6 benefit warranty"> <i class="ut2-icon-outline-verified_user"></i> <div class="content"> <header><a href="{"pages.view?page_id=6"|fn_url}" rel="nofollow">Seguridad, de principio a fin</a></header> <p>¿No te gusta? ¡Devuélvelo!. No hay nada que no puedas hacer, porque estás siempre protegido.</p> </div> </div> <div class="span5 benefit exchange"> <i class="ut2-icon-outline-archive"></i> <div class="content"> <header><a href="{"pages.view?page_id=21"|fn_url}" rel="nofollow">Productos & Marcas</a></header> <p>Encontrá tus productos y marcas favoritas, todo en un mismo sitio.</p> </div> </div> </div>";} 0 360 1 A safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Beneficios
252 174 a:1:{s:13:"settings_link";s:0:"";} 0 292 1 A abt__ut2_fly_menu a:6:{s:8:"template";s:50:"addons/abt__unitheme2/blocks/abt__ut2_fly_menu.tpl";s:19:"abt_menu_icon_items";s:1:"Y";s:36:"elements_per_column_third_level_view";s:1:"5";s:19:"abt__ut2_show_title";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:27:"open_on_sticky_panel_button";s:1:"Y";} 0 1 es Menu
256 175 a:1:{s:4:"menu";s:1:"1";} 0 298 hidden-phone 1 A menu a:18:{s:8:"template";s:48:"blocks/menu/abt__ut2_dropdown_horizontal_mwi.tpl";s:19:"abt_menu_long_names";s:1:"N";s:29:"abt_menu_long_names_max_width";s:3:"110";s:40:"abt__menu_add_horizontal_scroll_sections";s:1:"Y";s:21:"abt__ut2_filling_type";s:14:"column_filling";s:22:"abt__ut2_columns_count";s:1:"4";s:30:"dropdown_second_level_elements";s:2:"30";s:29:"dropdown_third_level_elements";s:2:"30";s:40:"abt__no_hidden_elements_third_level_view";s:1:"5";s:31:"abt__ut2_view_more_btn_behavior";s:10:"view_items";s:19:"abt_menu_icon_items";s:1:"Y";s:22:"abt__menu_compact_view";s:1:"N";s:24:"abt__ut2_menu_min_height";s:3:"450";s:22:"abt__ut2_demo_block_id";s:9:"main_menu";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:27:"open_on_sticky_panel_button";s:1:"Y";} 0 1 es Menú principal
312 11 0 354 2 A main 0 1 es Contenido principal
265 18 0 305 2 A template a:5:{s:8:"template";s:37:"blocks/static_templates/copyright.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Copyright
266 19 0 306 2 D template a:5:{s:8:"template";s:41:"blocks/static_templates/payment_icons.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Iconos de pago
251 74 a:1:{s:4:"text";s:0:"";} 0 290 top-languages 2 D languages a:4:{s:8:"template";s:20:"blocks/languages.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:6:"format";s:22:"ab__name_without_icons";s:14:"dropdown_limit";s:1:"0";} 0 1 es Languages
254 78 0 295 2 A template a:9:{s:8:"template";s:46:"blocks/static_templates/abt__ut2__contacts.tpl";s:49:"abt__ut2__block_contacts_show_call_request_button";s:1:"Y";s:44:"abt__ut2__block_contacts_show_social_buttons";s:1:"Y";s:35:"abt__ut2__block_contacts_show_email";s:1:"Y";s:36:"abt__ut2__block_contacts_show_addres";s:1:"Y";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Contacto
255 81 0 297 ut2-top-cart-content 2 A cart_content a:8:{s:8:"template";s:23:"blocks/cart_content.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:22:"display_bottom_buttons";s:1:"Y";s:20:"display_delete_icons";s:1:"Y";s:19:"products_links_type";s:5:"thumb";} 0 1 es Carrito
262 85 a:1:{s:7:"content";s:539:" <ul id="customer_service_links"> <li class="ty-footer-menu__item"><a href=" " rel="nofollow">Contácto</a> </li> <li class="ty-footer-menu__item"><a href=" " rel="nofollow">Solicitudes</a> </li> <li class="ty-footer-menu__item"><a href=" " rel="nofollow">Reportar un error</a> </li> <li class="ty-footer-menu__item"><a href=" " rel="nofollow">Centro de Ayuda</a> </li> </ul>";} 0 303 blocks/wrappers/footer_general.tpl footer-no-wysiwyg 2 A safe_smarty_block a:5:{s:8:"template";s:28:"blocks/safe_smarty_block.tpl";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";} 0 1 es Soporte
315 136 a:1:{s:5:"items";a:3:{s:7:"filling";s:7:"on_sale";s:5:"limit";s:2:"18";s:3:"cid";s:0:"";}} 0 357 2 A products a:11:{s:8:"template";s:33:"blocks/products/ab__grid_list.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"6";s:21:"abt__ut2_loading_type";s:7:"onclick";s:15:"thumbnail_width";s:0:"";s:25:"abt__ut2_thumbnail_height";s:0:"";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:23:"hide_add_to_cart_button";s:1:"N";} 0 1 es En oferta
315 137 a:1:{s:5:"items";a:2:{s:7:"filling";s:15:"recent_products";s:5:"limit";s:1:"6";}} 0 358 3 A products a:8:{s:8:"template";s:41:"blocks/products/products_multicolumns.tpl";s:11:"item_number";s:1:"N";s:17:"number_of_columns";s:1:"6";s:22:"abt__ut2_demo_block_id";s:0:"";s:23:"skeleton_height_desktop";s:0:"";s:22:"skeleton_height_tablet";s:0:"";s:22:"skeleton_height_mobile";s:0:"";s:23:"hide_add_to_cart_button";s:1:"Y";} 0 1 es Recién vistos