SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (58884, 62123, 29986, 60914) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00090

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 35,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (58884,62123,29986,60914)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
15788 60914 product 0 27275 A 0 D 0 0
16576 29986 product 0 28130 A 0 D 0 0
21035 62123 product 0 32876 A 0 D 0 0
21036 62123 product 0 32877 A 0 D 0 0
32454 58884 product 0 44687 A 0 D 0 0
32455 58884 product 0 44688 A 0 D 0 0
32456 58884 product 0 44689 A 0 D 0 0
39029 29986 product 0 51262 A 0 C 0 0
41732 29986 product 0 53965 A 0 D 0 0
41733 29986 product 0 53966 A 0 D 0 0
41734 29986 product 0 53967 A 0 D 0 0
41735 29986 product 0 53968 A 0 D 0 0
39030 29986 product 0 51263 A 1 C 0 0
40983 60914 product 0 53216 A 1 D 0 0
21041 62123 product 0 32882 A 2 D 0 0
40984 60914 product 0 53217 A 2 D 0 0
21037 62123 product 0 32878 A 3 D 0 0
25579 58884 product 0 37716 A 3 D 0 0
41024 60914 product 0 53257 A 3 C 0 0
21038 62123 product 0 32879 A 4 D 0 0
25580 58884 product 0 37717 A 4 D 0 0
53827 60914 product 0 66060 A 4 C 0 0
21039 62123 product 0 32880 A 5 D 0 0
58935 60914 product 0 71168 A 5 C 0 0
21040 62123 product 0 32881 A 6 D 0 0
21065 62123 product 0 32906 A 6 D 0 0
21066 62123 product 0 32907 A 6 D 0 0
57102 60914 product 0 69335 A 6 C 0 0
40978 60914 product 0 53211 A 7 C 0 0
48369 60914 product 0 60602 A 8 C 0 0
56237 60914 product 0 68470 A 9 C 0 0
48990 60914 product 0 61223 A 10 C 0 0
63720 60914 product 0 75953 A 10 C 0 0
65212 60914 product 0 77445 A 10 C 0 0
65702 60914 product 0 77935 A 10 C 0 0