SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_id AS images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.image_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'kk' 
WHERE 
  cscart_images_links.object_type = 'blog' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (43, 44, 45, 46, 47, 48, 49, 50, 51, 52) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00085

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "30.46"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "13.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 13,
            "rows_produced_per_join": 13,
            "filtered": "100.00",
            "index_condition": "((`test_uchur_k`.`cscart_images_links`.`object_type` = 'blog') and (`test_uchur_k`.`cscart_images_links`.`type` = 'M') and (`test_uchur_k`.`cscart_images_links`.`object_id` in (43,44,45,46,47,48,49,50,51,52)))",
            "cost_info": {
              "read_cost": "7.06",
              "eval_cost": "1.30",
              "prefix_cost": "8.36",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "test_uchur_k.cscart_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 13,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.25",
              "eval_cost": "1.30",
              "prefix_cost": "12.91",
              "data_read_per_join": "10K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res",
              "transparent"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "test_uchur_k.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 13,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.25",
              "eval_cost": "1.30",
              "prefix_cost": "17.46",
              "data_read_per_join": "7K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res transparent pair_id object_id object_type detailed_id type position alt images_image_id
9740 0_x0hl-4n.jpg 860 350 N N 1142 43 blog 0 M 0 9740
9741 0_169w-cq.webp 800 400 N N 1143 44 blog 0 M 0 9741
9772 0_m2xh-9z.webp 1353 900 N N 1174 45 blog 0 M 0 9772
9773 0_wupe-1g.webp 1200 800 N N 1175 46 blog 0 M 0 9773
9774 0_5cbc-8h.webp 1200 800 N N 1176 47 blog 0 M 0 9774
9775 0_qp3w-9g.webp 1920 1276 N N 1177 49 blog 0 M 0 9775
9776 0_fwju-dt.webp 1920 1276 N N 1178 50 blog 0 M 0 9776
9780 0_cwli-2f.jpg 1920 1280 N N 1182 51 blog 0 M 0 9780
9781 0_2lxu-yy.webp 1920 1280 N N 1183 52 blog 0 M 0 9781
9816 img_00__1_-transformed.webp 1920 1276 N N 1230 48 blog 0 M 0 9816