SELECT 
  storefronts.* 
FROM 
  cscart_storefronts AS storefronts 
  LEFT JOIN cscart_storefronts_languages AS languages ON storefronts.storefront_id = languages.storefront_id 
WHERE 
  1 = 1 
  AND (
    languages.language_id IN ('1')
  ) 
GROUP BY 
  storefronts.storefront_id 
ORDER BY 
  storefronts.is_default desc

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "grouping_operation": {
        "using_temporary_table": true,
        "using_filesort": false,
        "nested_loop": [
          {
            "table": {
              "table_name": "languages",
              "access_type": "index",
              "possible_keys": [
                "PRIMARY",
                "idx_storefront_id"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "storefront_id",
                "language_id"
              ],
              "key_length": "8",
              "rows_examined_per_scan": 3,
              "rows_produced_per_join": 1,
              "filtered": "33.33",
              "using_index": true,
              "cost_info": {
                "read_cost": "2.41",
                "eval_cost": "0.20",
                "prefix_cost": "2.61",
                "data_read_per_join": "16"
              },
              "used_columns": [
                "storefront_id",
                "language_id"
              ],
              "attached_condition": "((`rajansecarter_cs_cart_april_MVE`.`languages`.`language_id` = '1') and (`rajansecarter_cs_cart_april_MVE`.`languages`.`storefront_id` is not null))"
            }
          },
          {
            "table": {
              "table_name": "storefronts",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "storefront_id"
              ],
              "key_length": "4",
              "ref": [
                "rajansecarter_cs_cart_april_MVE.languages.storefront_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 1,
              "filtered": "100.00",
              "index_condition": "(`rajansecarter_cs_cart_april_MVE`.`storefronts`.`storefront_id` = `rajansecarter_cs_cart_april_MVE`.`languages`.`storefront_id`)",
              "cost_info": {
                "read_cost": "1.00",
                "eval_cost": "0.20",
                "prefix_cost": "3.81",
                "data_read_per_join": "2K"
              },
              "used_columns": [
                "storefront_id",
                "url",
                "redirect_customer",
                "is_default",
                "status",
                "access_key",
                "name",
                "theme_name",
                "is_accessible_for_authorized_customers_only"
              ]
            }
          }
        ]
      }
    }
  }
}

Result

storefront_id url redirect_customer is_default status access_key name theme_name is_accessible_for_authorized_customers_only
1 rajan.ecarter.co/cs_cart_april_MVE N Y N CS-Cart bright_theme N
3 rajan.ecarter.co/cs_cart_april_MVE/dummy_test N N N dummy_test bright_theme N
2 rajan.ecarter.co/cs_cart_april_MVE/test N N N test bright_theme N