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 (
    12305, 12260, 12261, 12259, 12290, 12275, 
    12272, 12269, 12266, 12263
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.31"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "12.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": 12,
            "rows_produced_per_join": 12,
            "filtered": "100.00",
            "index_condition": "((`test2_gaseus`.`cscart_images_links`.`object_type` = 'product') and (`test2_gaseus`.`cscart_images_links`.`type` = 'M') and (`test2_gaseus`.`cscart_images_links`.`object_id` in (12305,12260,12261,12259,12290,12275,12272,12269,12266,12263)))",
            "cost_info": {
              "read_cost": "6.71",
              "eval_cost": "1.20",
              "prefix_cost": "7.91",
              "data_read_per_join": "1K"
            },
            "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": [
              "test2_gaseus.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 12,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.00",
              "eval_cost": "1.20",
              "prefix_cost": "12.11",
              "data_read_per_join": "9K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "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": [
              "test2_gaseus.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 12,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "3.00",
              "eval_cost": "1.20",
              "prefix_cost": "16.31",
              "data_read_per_join": "7K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 1548237937-17812-1-2_600x600_2x.jpg 500 448 N 11731 12259 product 15214 M 0 15214
0 1548237937-17812-1-2_600x600_2x_r8td-wq.jpg 500 448 N 11732 12260 product 15215 M 0 15215
0 1548237937-17812-1-2_600x600_2x_ayjq-8g.jpg 500 448 N 11733 12261 product 15216 M 0 15216
0 1548237937-17812-1-2_600x600_2x_4qpe-dk.jpg 500 448 N 11735 12263 product 15218 M 0 15218
0 1548237937-17812-1-2_600x600_2x_em37-e0.jpg 500 448 N 11738 12266 product 15221 M 0 15221
0 1548237937-17812-1-2_600x600_2x_da0t-ps.jpg 500 448 N 11741 12269 product 15224 M 0 15224
0 1548237937-17812-1-2_600x600_2x_sla6-30.jpg 500 448 N 11744 12272 product 15227 M 0 15227
0 1548237937-17812-1-2_600x600_2x_urrs-1t.jpg 500 448 N 11747 12275 product 15230 M 0 15230
0 1548237937-17812-1-2_600x600_2x_hng3-vk.jpg 500 448 N 11762 12290 product 15245 M 0 15245
0 1371625705-27843-1_600x600_shum-p9.jpg 500 416 N 11777 12305 product 15260 M 0 15260