SELECT 
  * 
FROM 
  cscart_sg_services_technologies as st 
  LEFT JOIN cscart_sg_services_technologies_descriptions as std ON st.id = std.id 
  AND std.lang_code = 'en' 
Where 
  1 
  AND st.type = 'S' 
ORDER BY 
  st.position 
LIMIT 
  6

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0222484,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "st.position",
            "table": {
              "table_name": "st",
              "access_type": "ALL",
              "loops": 1,
              "rows": 10,
              "cost": 0.0124848,
              "filtered": 100,
              "attached_condition": "st.`type` = 'S'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "std",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "10",
          "used_key_parts": ["id", "lang_code"],
          "ref": ["u985510652_ecartify_dev.st.id", "const"],
          "loops": 10,
          "rows": 1,
          "cost": 0.0097636,
          "filtered": 100,
          "attached_condition": "trigcond(std.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

id type position page_id feature_id status created_at updated_at menu_id lang_code title description meta_title meta_description meta_keywords short_description
3 S 2 64 0 A 1768391911 1768459408 317 en E-Commerce A
24 S 2 62 0 A 1769077164 1769077164 318 en test 1 <p>sdbfubs</p> A
4 S 3 65 0 A 1768391941 1768460322 319 en Magento <p>Magento</p> A
5 S 4 66 0 A 1768391978 1768460390 320 en WooCommerce <p>WooCommerce</p> A
2 S 10 62 0 A 1767970452 1768459042 321 en Services <p>Services</p> A
9 S 11 65 0 A 1768412148 1768459217 322 en Akeneo <p>Akeneo</p> A