SELECT 
  q_images.*, 
  q_images_links.*, 
  q_common_descriptions.description AS alt, 
  q_images.image_id AS images_image_id 
FROM 
  q_images_links 
  LEFT JOIN q_images ON q_images_links.image_id = q_images.image_id 
  LEFT JOIN q_common_descriptions ON q_common_descriptions.object_id = q_images.image_id 
  AND q_common_descriptions.object_holder = 'images' 
  AND q_common_descriptions.lang_code = 'en' 
WHERE 
  q_images_links.object_type = 'product' 
  AND q_images_links.type = 'M' 
  AND q_images_links.object_id IN (
    '553', '554', '555', '556', '557', '558', 
    '559', '560', '561', '562', '563', 
    '564', '515', '516', '517', '518', 
    '519', '520', '521', '522', '523', 
    '524', '525', '526', '527', '528', 
    '529', '530', '531', '532'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00145

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "226.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "41.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "q_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": 41,
            "rows_produced_per_join": 41,
            "filtered": "100.00",
            "index_condition": "((`portal`.`q_images_links`.`object_type` = 'product') and (`portal`.`q_images_links`.`type` = 'M') and (`portal`.`q_images_links`.`object_id` in ('553','554','555','556','557','558','559','560','561','562','563','564','515','516','517','518','519','520','521','522','523','524','525','526','527','528','529','530','531','532')))",
            "cost_info": {
              "read_cost": "79.21",
              "eval_cost": "8.20",
              "prefix_cost": "87.41",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "portal.q_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 41,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "41.00",
              "eval_cost": "8.20",
              "prefix_cost": "136.61",
              "data_read_per_join": "31K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "portal.q_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 41,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "41.00",
              "eval_cost": "8.20",
              "prefix_cost": "185.81",
              "data_read_per_join": "24K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_common_descriptions), (`portal`.`q_common_descriptions`.`object_id` = `portal`.`q_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

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 1065 516 product 3042 M 0
0 1067 517 product 3044 M 0
0 1069 518 product 3046 M 0
0 1071 519 product 3048 M 0
0 1073 520 product 3050 M 0
0 1075 521 product 3052 M 0
0 1076 522 product 3053 M 0
0 1078 523 product 3055 M 0
0 1080 524 product 3057 M 0
0 1082 525 product 3059 M 0
0 1084 526 product 3061 M 0
0 1086 527 product 3063 M 0
0 1088 528 product 3065 M 0
0 1090 529 product 3067 M 0
0 1092 530 product 3069 M 0
0 1094 531 product 3071 M 0
0 1096 532 product 3073 M 0
0 1138 553 product 3115 M 0
0 1140 554 product 3117 M 0
0 1142 555 product 3119 M 0
0 1144 556 product 3121 M 0
0 1146 557 product 3123 M 0
0 1148 558 product 3125 M 0
0 1150 559 product 3127 M 0
0 1152 560 product 3129 M 0
0 1154 561 product 3131 M 0
0 1156 562 product 3133 M 0
0 1159 563 product 3136 M 0
0 1160 564 product 3137 M 0
0 81481 515 product 83424 M 0