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.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 = 'category' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    '274', '2490', '2310', '58', '2528', 
    '133', '66', '167', '2818', '2694', 
    '2489', '90', '335', '2649', '128', 
    '157', '233', '62', '72', '112', '3099', 
    '2862'
  ) 
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": 28,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'category' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('274','2490','2310','58','2528','133','66','167','2818','2694','2489','90','335','2649','128','157','233','62','72','112','3099','2862')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_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": ["rfswire_cart.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_path alt image_x image_y images_image_id
8034 274 category 0 15080 M 0 CT_124B.png 225 300 15080
8035 2310 category 0 15081 M 0 BT-M02.jpg 1813 1648 15081
8036 58 category 0 15082 M 0 CNT_6000.jpg 296 161 15082
8037 133 category 0 15083 M 0 RMK-4600.jpg 3414 2267 15083
8038 66 category 0 15084 M 0 VX2100_2200_power_cable.jpg 506 267 15084
8039 167 category 0 15085 M 0 LF-1__1_.jpg 450 450 15085
8040 90 category 0 15086 M 0 MH-53C7A_.jpg 423 498 15086
8041 128 category 0 15087 M 0 MMB-75.jpg 491 348 15087
8042 157 category 0 15088 M 0 SEC1223_power_supply_h1ke-bn.jpg 1100 680 15088
8043 233 category 0 15089 M 0 FIF-12A_5na5-nm.jpg 500 500 15089
8044 62 category 0 15090 M 0 CT-81.png 600 600 15090
8045 72 category 0 15091 M 0 FIF-7.jpg 120 120 15091
8046 112 category 0 15092 M 0 MLS-100.jpg 1472 904 15092
9093 2490 category 0 16144 M 0 HAE4003A.jpg 400 400 16144