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 = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    2227, 2230, 2226, 2590, 2591, 2414, 2586, 
    2415
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00079

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": 27,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (2227,2230,2226,2590,2591,2414,2586,2415)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["noframes_kz_new.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100
    },
    "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": ["noframes_kz_new.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 = 'ru' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res rf_original pair_id object_id object_type detailed_id type position alt images_image_id
0 9983 2226 product 8193 A 1
0 9985 2230 product 8195 A 1
0 10082 2227 product 8292 A 1
0 10113 2586 product 8323 A 1
0 7689 2226 product 5899 A 2
0 7699 2227 product 5909 A 2
0 7733 2230 product 5943 A 2
0 9996 2415 product 8206 A 2
0 9998 2414 product 8208 A 2
0 10114 2586 product 8324 A 2
0 7690 2226 product 5900 A 3
0 7700 2227 product 5910 A 3
0 7734 2230 product 5944 A 3
0 8903 2414 product 7113 A 3
0 8911 2415 product 7121 A 3
0 10115 2586 product 8325 A 3
0 10317 2590 product 8527 A 3
0 10325 2591 product 8535 A 3
0 7691 2226 product 5901 A 4
0 7701 2227 product 5911 A 4
0 7735 2230 product 5945 A 4
0 8904 2414 product 7114 A 4
0 8912 2415 product 7122 A 4
0 10116 2586 product 8326 A 4
0 10318 2590 product 8528 A 4
0 7692 2226 product 5902 A 5
0 7702 2227 product 5912 A 5
0 7736 2230 product 5946 A 5
0 8905 2414 product 7115 A 5
0 8913 2415 product 7123 A 5
0 10117 2586 product 8327 A 5
0 10319 2590 product 8529 A 5
0 10326 2591 product 8536 A 5
0 8906 2414 product 7116 A 6
0 8914 2415 product 7124 A 6
0 10307 2586 product 8517 A 6
0 10320 2590 product 8530 A 6
0 10327 2591 product 8537 A 6
0 8907 2414 product 7117 A 7
0 8915 2415 product 7125 A 7
0 10321 2590 product 8531 A 7
0 10328 2591 product 8538 A 7
0 8908 2414 product 7118 A 8
0 8916 2415 product 7126 A 8
0 10119 2586 product 8329 A 8
0 10322 2590 product 8532 A 8
0 10329 2591 product 8539 A 8
0 10330 2591 product 8540 A 9