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.detailed_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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    4432, 4440, 4443, 4446, 4438, 4439, 4423, 
    4416, 4420, 4426, 4419, 4418, 4403, 
    4399, 4395, 4384, 4402, 4401, 4400, 
    4318, 4320, 4311, 4316, 4317, 4301, 
    4304, 4306, 4308, 4305, 4369, 4363, 
    4377, 4373, 4374, 4375, 4376
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00197

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "86.41"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "36.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": 36,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`object_type` = 'product') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`type` = 'M') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_images_links`.`object_id` in (4432,4440,4443,4446,4438,4439,4423,4416,4420,4426,4419,4418,4403,4399,4395,4384,4402,4401,4400,4318,4320,4311,4316,4317,4301,4304,4306,4308,4305,4369,4363,4377,4373,4374,4375,4376)))",
            "cost_info": {
              "read_cost": "21.61",
              "eval_cost": "3.60",
              "prefix_cost": "25.21",
              "data_read_per_join": "3K"
            },
            "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": [
              "softwarepirmam_hewadelivard_cscart_4.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.00",
              "eval_cost": "3.60",
              "prefix_cost": "37.81",
              "data_read_per_join": "27K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res",
              "transparent",
              "cp_in_opt_list"
            ]
          }
        },
        {
          "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": [
              "softwarepirmam_hewadelivard_cscart_4.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.00",
              "eval_cost": "3.60",
              "prefix_cost": "50.41",
              "data_read_per_join": "21K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res transparent cp_in_opt_list pair_id object_id object_type detailed_id type position alt images_image_id
0 Black_604f-x3.jpg 600 600 N N Y 22051 4301 product 16750 M 0 16750
0 Black_604f-x3.jpg 600 600 N N Y 22057 4304 product 16750 M 0 16750
0 Black_604f-x3.jpg 600 600 N N Y 22059 4306 product 16750 M 0 16750
0 Black_604f-x3.jpg 600 600 N N Y 22061 4308 product 16750 M 0 16750
0 Delivard_Product_Images__7_.jpg 600 600 N N Y 22065 4305 product 16749 M 0 16749
0 Delivard_Product_Images__8_.jpg 600 600 N N Y 22071 4311 product 16756 M 0 16756
0 Delivard_Product_Images__7__kpg4-vp.jpg 600 600 N N Y 22084 4317 product 16757 M 0 16757
0 Delivard_Product_Images__8_.jpg 600 600 N N Y 22090 4316 product 16756 M 0 16756
0 Delivard_Product_Images__8_.jpg 600 600 N N Y 22092 4318 product 16756 M 0 16756
0 Delivard_Product_Images__8_.jpg 600 600 N N Y 22094 4320 product 16756 M 0 16756
0 Starlight_jamo-lg.jpg 600 600 N N Y 22240 4363 product 16854 M 0 16854
0 Blue_icn5-8o.jpg 600 600 N N Y 22254 4377 product 16852 M 0 16852
0 Space_gray_o9ud-0f.jpg 600 600 N N Y 22261 4369 product 16853 M 0 16853
0 Delivard_Product_Images__9_.jpg 600 600 N N Y 22295 4373 product 16851 M 0 16851
0 Delivard_Product_Images__9_.jpg 600 600 N N Y 22296 4374 product 16851 M 0 16851
0 Delivard_Product_Images__9_.jpg 600 600 N N Y 22297 4375 product 16851 M 0 16851
0 Delivard_Product_Images__9_.jpg 600 600 N N Y 22298 4376 product 16851 M 0 16851
0 Starlight_f35v-4e.jpg 600 600 N N Y 22312 4384 product 16866 M 0 16866
0 Blue_pd9l-t0.jpg 600 600 N N Y 22332 4403 product 16864 M 0 16864
0 Space_gray_gyjm-6f.jpg 600 600 N N Y 22354 4395 product 16865 M 0 16865
0 Purple_u9si-4f.jpg 600 600 N N Y 22373 4399 product 16867 M 0 16867
0 Purple_u9si-4f.jpg 600 600 N N Y 22374 4400 product 16867 M 0 16867
0 Purple_u9si-4f.jpg 600 600 N N Y 22375 4401 product 16867 M 0 16867
0 Purple_u9si-4f.jpg 600 600 N N Y 22376 4402 product 16867 M 0 16867
0 Space_gray_quhu-9a.jpg 600 600 N N Y 22434 4423 product 16915 M 0 16915
0 Starlight_cmws-cx.jpg 600 600 N N Y 22442 4420 product 16916 M 0 16916
0 Purple_9k14-us.jpg 600 600 N N Y 22459 4426 product 16914 M 0 16914
0 Yellow_gkj3-0a.jpg 600 600 N N Y 22494 4432 product 16930 M 0 16930
0 Pink_wt28-e5.jpg 600 600 N N Y 22525 4446 product 16929 M 0 16929
0 Yellow_gkj3-0a.jpg 600 600 N N Y 22528 4438 product 16930 M 0 16930
0 Yellow_gkj3-0a.jpg 600 600 N N Y 22529 4439 product 16930 M 0 16930
0 Silver_j1dj-qt.jpg 600 600 N N Y 22544 4443 product 16931 M 0 16931
0 Blue_rx1p-ok.jpg 600 600 N N Y 22552 4440 product 16928 M 0 16928
0 Blue_g1e8-zy.jpg 600 600 N N Y 22425 4416 product 16913 M 4 16913
0 Blue_g1e8-zy.jpg 600 600 N N Y 22462 4418 product 16913 M 4 16913
0 Blue_g1e8-zy.jpg 600 600 N N Y 22463 4419 product 16913 M 4 16913