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 (
    1134, 827, 1139, 1138, 1137, 1136, 1135, 
    851, 1141, 1126, 1123, 1128, 1127, 9653, 
    9657, 9654, 9655, 9656, 9869, 9868, 
    9871, 9646, 9647, 9648, 9649, 9602, 
    9603, 9881, 9882, 9877, 9878, 9884, 
    9885, 9604, 9615, 9874, 9875
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00275

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "88.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "37.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": 37,
            "rows_produced_per_join": 37,
            "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 (1134,827,1139,1138,1137,1136,1135,851,1141,1126,1123,1128,1127,9653,9657,9654,9655,9656,9869,9868,9871,9646,9647,9648,9649,9602,9603,9881,9882,9877,9878,9884,9885,9604,9615,9874,9875)))",
            "cost_info": {
              "read_cost": "22.21",
              "eval_cost": "3.70",
              "prefix_cost": "25.91",
              "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": 37,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.25",
              "eval_cost": "3.70",
              "prefix_cost": "38.86",
              "data_read_per_join": "28K"
            },
            "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": 37,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.25",
              "eval_cost": "3.70",
              "prefix_cost": "51.81",
              "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 Jet_Black.jpg 600 600 N N Y 9054 827 product 9423 M 0 9423
0 Apple_Watch_Ultra_2.jpg 600 600 N N Y 9161 851 product 9431 M 0 9431
0 Midnight_k4ww-ea.jpg 600 600 N N Y 10434 1123 product 9689 M 0 9689
0 Silver_7nrx-20.jpg 600 600 N N Y 10441 1128 product 9691 M 0 9691
0 Starlight_v5ip-pe.jpg 600 600 N N Y 10445 1127 product 9690 M 0 9690
0 Midnight_k4ww-ea.jpg 600 600 N N Y 10449 1126 product 9689 M 0 9689
0 Jet_Black.jpg 600 600 N N Y 10457 1134 product 9423 M 0 9423
0 Rose_Gold.jpg 600 600 N N Y 10469 1135 product 9422 M 0 9422
0 Gold.jpg 600 600 N N Y 10482 1137 product 9424 M 0 9424
0 Natural.jpg 600 600 N N Y 10494 1138 product 9425 M 0 9425
0 Slate.jpg 600 600 N N Y 10503 1136 product 9426 M 0 9426
0 Silver_tdhu-1r.jpg 600 600 N N Y 10517 1139 product 9421 M 0 9421
0 Apple_Watch_Ultra_2_black.jpg 600 600 N N Y 10521 1141 product 9430 M 0 9430
0 untitled_image_auo4-yv.jpg 900 900 N N N 38907 9602 product 30055 M 0 30055
0 untitled_image_1w96-xo.jpg 900 900 N N N 38915 9603 product 30059 M 0 30059
0 untitled_image_w0l9-jt.jpg 900 900 N N N 38919 9604 product 30063 M 0 30063
0 untitled_image_3jc0-zt.jpg 900 900 N N N 38945 9615 product 30085 M 0 30085
0 Untitled_Image__5_.jpg 900 900 N N N 39000 9646 product 30140 M 0 30140
0 Untitled_Image__6_.jpg 900 900 N N N 39008 9647 product 30144 M 0 30144
0 Untitled_Image__7_.jpg 900 900 N N N 39012 9648 product 30148 M 0 30148
0 Untitled_Image__8_.jpg 900 900 N N N 39022 9649 product 30154 M 0 30154
0 Untitled_Image__9_.jpg 900 900 N N N 39062 9653 product 30164 M 0 30164
0 Untitled_Image__9_.jpg 900 900 N N N 39066 9657 product 30164 M 0 30164
0 Untitled_Image__11_.jpg 900 900 N N N 39080 9656 product 30180 M 0 30180
0 38f74865-5686-466c-b2c5-b3abe988951e.jpg 4000 4000 N N N 39090 9655 product 30190 M 0 30190
0 Untitled_Image__14_.jpg 900 900 N N N 39097 9654 product 30197 M 0 30197
0 Untitled_Image__26_.jpg 900 900 N N N 39605 9868 product 30673 M 0 30673
0 Untitled_Image__26_.jpg 900 900 N N N 39618 9869 product 30673 M 0 30673
0 Untitled_Image__28_.jpg 900 900 N N N 39634 9874 product 30690 M 0 30690
0 MGHN4ref_AV1_GEO_US.jpg 1144 1144 N N N 39644 9875 product 30696 M 0 30696
0 Untitled_Image__29_.jpg 900 900 N N N 39648 9877 product 30700 M 0 30700
0 ba9d4cf0-8869-41ae-abd2-6e8603231b95.jpg 4000 4000 N N N 39658 9878 product 30706 M 0 30706
0 Untitled_Image__30_.jpg 900 900 N N N 39664 9881 product 30710 M 0 30710
0 Untitled_Image__32_.jpg 900 900 N N N 39678 9884 product 30720 M 0 30720
0 ad6f06a6-0437-4e18-919c-b5be7fd06dfb.jpg 4000 4000 N N N 39686 9885 product 30724 M 0 30724
0 Untitled_Image__27__nb8h-wt.jpg 900 900 N N N 39625 9871 product 30681 M 2 30681
0 Untitled_Image__31_.jpg 900 900 N N N 39674 9882 product 30716 M 4 30716