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 (61340, 60914, 62123, 29983) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00070

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": 30,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61340,60914,62123,29983)"
        }
      }
    },
    "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
15670 61340 product 0 27140 A 0 C 0 0
15671 61340 product 0 27141 A 0 C 0 0
15788 60914 product 0 27275 A 0 D 0 0
20588 61340 product 0 32415 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
46450 61340 product 0 58683 A 0 D 0 0
54187 29983 product 0 66420 A 0 D 0 0
58778 29983 product 0 71011 A 0 D 0 0
58779 29983 product 0 71012 A 0 D 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
41024 60914 product 0 53257 A 3 C 0 0
21038 62123 product 0 32879 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