SELECT 
  cscart_statuses.*, 
  cscart_status_descriptions.* 
FROM 
  cscart_statuses 
  LEFT JOIN cscart_status_descriptions ON cscart_status_descriptions.status_id = cscart_statuses.status_id 
  AND cscart_status_descriptions.lang_code = 'en' 
WHERE 
  1 = 1 
  AND cscart_statuses.type = 'O' 
ORDER BY 
  cscart_statuses.position asc

Query time 0.00106

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.34"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "2.90"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_statuses",
            "access_type": "ALL",
            "rows_examined_per_scan": 29,
            "rows_produced_per_join": 2,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "3.14",
              "eval_cost": "0.29",
              "prefix_cost": "3.43",
              "data_read_per_join": "46"
            },
            "used_columns": [
              "status_id",
              "status",
              "type",
              "is_default",
              "position"
            ],
            "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`cscart_statuses`.`type` = 'O')"
          }
        },
        {
          "table": {
            "table_name": "cscart_status_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "status_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "softwarepirmam_hewadelivard_cscart_4.cscart_statuses.status_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.73",
              "eval_cost": "0.29",
              "prefix_cost": "4.44",
              "data_read_per_join": "4K"
            },
            "used_columns": [
              "status_id",
              "description",
              "email_subj",
              "email_header",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

status_id status type is_default position description email_subj email_header lang_code
29 R O N 0 Paid & Delivered en
28 Q O N 0 Not answered en
3 O O Y 0 Open has been placed successfully. Thank you for the order. You are welcome to come back! en
22 G O N 1 Confirmed by Vendor en
19 Y O Y 2 Awaiting call Awaiting call Awaiting call en
23 H O N 3 Confirmed By Customer en
24 J O N 4 In Progress en
26 L O N 5 Shipped en
2 C O Y 6 Delivered has been completed Your order has been completed. Thank you for choosing us. en
1 P O Y 7 Paid Online has been paid Your order has been paid successfully. en
27 M O N 8 Rescheduled For Delivary en
25 K O N 9 PrePaid en
21 E O N 10 Returned en
7 I O Y 11 Canceled has been canceled Your order has been canceled. Please contact shop administration. en
5 D O Y 12 Declined has been declined Your order has been declined. Please contact shop administration. en
6 B O Y 13 Backordered has been backordered Your order has been backordered. en
4 F O Y 14 Failed failed Your order has been unsuccessful. Please contact shop administration. en
20 A O N 15 Fraud checking en