1. SELECT SQL_CALC_FOUND_ROWS products.product_id, descr1.product as product, companies.company as company_name, products.product_type, products.parent_product_id FROM ?:products as products  LEFT JOIN ?:product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = 'en'  LEFT JOIN ?:product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 LEFT JOIN ?:companies AS companies ON companies.company_id = products.company_id  INNER JOIN ?:products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN ?:categories ON ?:categories.category_id = products_categories.category_id  AND (?:categories.usergroup_ids = '' OR FIND_IN_SET(0, ?:categories.usergroup_ids) OR FIND_IN_SET(1, ?:categories.usergroup_ids)) AND ?:categories.status IN ('A', 'H')   WHERE 1  AND ?:categories.category_id IN (876) AND companies.status = 'A' AND (products.usergroup_ids = '' OR FIND_IN_SET(0, products.usergroup_ids) OR FIND_IN_SET(1, products.usergroup_ids)) AND products.status IN ('A') AND prices.usergroup_id IN (0, 0, 1) AND products.amount != '0' AND products.parent_product_id = 0 AND products.product_type != 'D' GROUP BY products.product_id   ORDER BY products.timestamp desc, products.product_id ASC  LIMIT 0, 21
    
  1. Array
    (
        [area] => C
        [use_caching] => 1
        [extend] => Array
            (
                [0] => product_name
                [1] => prices
                [2] => categories
                [3] => categories
                [4] => description
                [5] => companies
            )
    
        [custom_extend] => Array
            (
            )
    
        [pname] => 
        [pshort] => 
        [pfull] => 
        [pkeywords] => 
        [feature] => Array
            (
            )
    
        [type] => simple
        [page] => 1
        [action] => 
        [filter_variants] => Array
            (
            )
    
        [features_hash] => 
        [limit] => 0
        [bid] => 0
        [match] => 
        [tracking] => Array
            (
            )
    
        [get_frontend_urls] => 
        [items_per_page] => 21
        [apply_disabled_filters] => 
        [load_products_extra_data] => 1
        [storefront] => 
        [dispatch] => categories.view
        [category_id] => 876
        [save_view_results] => product_id
        [cid] => 876
        [subcats] => Y
        [sort_by] => timestamp
        [sort_order] => desc
        [include_child_variations] => 
        [group_child_variations] => 
        [parent_product_id] => 0
        [sort_order_rev] => asc
    )
    
    
  1. Array
    (
        [0] => Array
            (
                [product_id] => 60773
                [product] => 26X Telephoto Mobile Zoom Camera Lens With Tripod - Rose Gold
                [company_name] => Muzamil Store
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [1] => Array
            (
                [product_id] => 60793
                [product] => 26x Zoom Telescope Camera Telephoto Lens Kit & Tripod for Universal Mobile Phone - Golden
                [company_name] => Muzamil Store
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [2] => Array
            (
                [product_id] => 60794
                [product] => Phone Lens 20x Zoom Telephoto Lens With Universal Clip And Mini Flexible Tripod
                [company_name] => Muzamil Store
                [product_type] => P
                [parent_product_id] => 0
            )
    
        [3] => Array
            (
                [product_id] => 60802
                [product] => 26X Telephoto Mobile Zoom Camera Lens With Tripod
                [company_name] => Muzamil Store
                [product_type] => P
                [parent_product_id] => 0
            )
    
    )