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 = 'fr' 
WHERE 
  1 = 1 
  AND cscart_statuses.type = 'O' 
ORDER BY 
  cscart_statuses.position asc

Query time 0.00018

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_statuses.position",
        "table": {
          "table_name": "cscart_statuses",
          "access_type": "ALL",
          "rows": 24,
          "filtered": 100,
          "attached_condition": "cscart_statuses.`type` = 'O'"
        }
      }
    },
    "table": {
      "table_name": "cscart_status_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["status_id", "lang_code"],
      "ref": ["multi_vendor.cscart_statuses.status_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_status_descriptions.lang_code = 'fr')"
    }
  }
}

Result

status_id status type is_default position description email_subj email_header lang_code
1 P O Y 0 EMAIL 2 : NOUVELLE COMMANDE PAYEE has been paid Your order has been paid successfully. fr
23 E O N 0 NOUVEAU BON DE COMMANDE fr
24 G O N 0 BON DE LIVRAISON fr
22 A O N 1 EMAIL 4 : RECEPTION COMMANDE AU LABO fr
19 Y O Y 2 EMAIL 6: ATTENTE INSTRUCTION CLIENT Awaiting call Awaiting call fr
7 I O Y 3 EMAIL 8: COMMANDE EN COURS DE FABRICATION has been canceled Your order has been canceled. Please contact shop administration. fr
3 O O Y 4 PAYÉ - NOUVEAU BON DE COMMANDE has been placed successfully. Thank you for the order. You are welcome to come back! fr
2 C O Y 5 EMAIL 12: COMMANDE A REMBOURSER AU CLIENT has been completed Your order has been completed. Thank you for choosing us. fr
4 F O Y 6 Échoué failed Your order has been unsuccessful. Please contact shop administration. fr
5 D O Y 7 Diminué has been declined Your order has been declined. Please contact shop administration. fr
6 B O Y 8 En rupture de stock has been backordered Your order has been backordered. fr