SELECT 
  pair_id, 
  v.video_id, 
  video_url_id, 
  source, 
  position 
FROM 
  cscart_videos as v 
  INNER JOIN cscart_videos_links as vl ON v.video_id = vl.video_id 
WHERE 
  object_id = 135 
  AND vl.object_type = 'product' 
ORDER BY 
  position

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}